• Kevin Modzelewski's avatar
    multiprocessing module · b7c66d3b
    Kevin Modzelewski authored
    Our initialization is a bit different from CPython's, and multiprocessing
    seems pretty sensitive to that.
    
    So initialize it in a different place than we load the rest of the builtin
    modules.
    
    Some of the functionality relies on ctypes so it doesn't work, but it looks
    like ctypes doesn't get imported until you try to use those features.
    b7c66d3b
connection.h 13.4 KB