Basic tempfile support
Had to modify tempfile to not depend on io, which is a big module (due to importing _io). tempfile seems to barely even use it, and I think I was able to replace its usage with a simpler os.write call.
Showing
test/tests/tempfile_test.py
0 → 100644
Please register or sign in to comment