This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Mark.Shannon, corona10, serhiy.storchaka, shihai1991, vstinner
Date 2022-02-25.15:21:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645802488.45.0.450675220801.issue45316@roundup.psfhosted.org>
In-reply-to
Content
Update: only two remaining functions are not exported by the public C API:

int PySignal_SetWakeupFd(int fd);
int _Py_CheckPython3(void);
History
Date User Action Args
2022-02-25 15:21:28vstinnersetrecipients: + vstinner, Mark.Shannon, serhiy.storchaka, corona10, shihai1991
2022-02-25 15:21:28vstinnersetmessageid: <1645802488.45.0.450675220801.issue45316@roundup.psfhosted.org>
2022-02-25 15:21:28vstinnerlinkissue45316 messages
2022-02-25 15:21:28vstinnercreate