]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38116: Convert select module to PEP-384 (#15971)
authorDino Viehland <dinoviehland@gmail.com>
Sat, 14 Sep 2019 14:20:27 +0000 (15:20 +0100)
committerGitHub <noreply@github.com>
Sat, 14 Sep 2019 14:20:27 +0000 (15:20 +0100)
commitf919054e539a5c1afde1b31c9fd7a8f5b2313311
treea33e0c84afbaaab56ac7f3c1cd4e13b53faf4424
parent0247e80f3c529900689425676342cb70ea31a13d
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
Misc/NEWS.d/next/Core and Builtins/2019-09-11-14-49-42.bpo-38116.KDwmwt.rst [new file with mode: 0644]
Modules/clinic/selectmodule.c.h
Modules/selectmodule.c