Skip to content

Commit f919054

Browse files
authored
bpo-38116: Convert select module to PEP-384 (#15971)
* 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
1 parent 0247e80 commit f919054

3 files changed

Lines changed: 211 additions & 245 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The select module is now PEP-384 compliant and no longer has static state

Modules/clinic/selectmodule.c.h

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)