arcmyx-dev #17

Merged
Arcmyx merged 39 commits from arcmyx-dev into dev 2026-06-04 22:05:48 +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)