• Denis Bilenko's avatar
    fix #178: do not monkey patch os.read/os.write · f3e1eb97
    Denis Bilenko authored
    - rename os.threadpool_read/write -> os.tp_read/write
    - replace os.posix_read/write with os.nb_read/write must be only used on non-blocking file descriptors
    - add os.make_nonblocking function to make fd non-blocking
    - ignore test_thread.TestForkInThread.test_forkinthread
    f3e1eb97
test__monkey.py 613 Bytes