dev #18

Merged
Arcmyx merged 59 commits from dev into main 2026-06-04 22:05:59 +00:00
Showing only changes of commit 3901f62db2 - Show all commits

10
tests/testgc.py Normal file
View 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)