Add tests/testgc.py
This commit is contained in:
10
tests/testgc.py
Normal file
10
tests/testgc.py
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
input("gc")
|
||||||
|
try:
|
||||||
|
import gc
|
||||||
|
except Exception as ex:
|
||||||
|
print(ex.errno)
|
||||||
|
input("ugc")
|
||||||
|
try:
|
||||||
|
import ugc
|
||||||
|
except Exception as ex:
|
||||||
|
print(ex.errno)
|
||||||
Reference in New Issue
Block a user