Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-29 | ape/stdio: set errno to EMFILE when running out of streams | cinap_lenrek | |
2013-03-11 | ape/stdio: make fopen() quasi threadsafe for python | cinap_lenrek | |
python uses processes sharing memory. it requires at least fopen() to be called by multiple threads at once so we introduce _IO_newfile() which allocates the FILE structure slot under a lock. |