• Kevin Modzelewski's avatar
    Basic tempfile support · 0818c46d
    Kevin Modzelewski authored
    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.
    0818c46d
builtins.cpp 40.4 KB