• Dino Viehland's avatar
    bpo-38116: Convert select module to PEP-384 (#15971) · f919054e
    Dino Viehland authored
    * Convert select module to PEP-384
    
    Summary: Do the necessary versions to be Pyro-compatible, including migrating `PyType_Ready` to `PyType_FromSpec` and moving static data into a new `_selectstate` struct.
    
    * 📜🤖 Added by blurb_it.
    
    * Fixup Mac OS/X build
    f919054e
selectmodule.c 70.3 KB