Switch from our custom posix.cpp to the CPython posixmodule.c
I thought we weren't going to be able to do it since posixmodule.c is 9kloc, but it's working! Had to make one modification to posixmodule.c where it was directly accessing the fd of a file object; haven't figured out the best way to handle this.
Showing
Please register or sign in to comment