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 petr.viktorin
Recipients VZ, nanjekyejoannah, petr.viktorin
Date 2021-06-22.14:38:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624372708.83.0.381164982819.issue39123@roundup.psfhosted.org>
In-reply-to
Content
In Python 3.10, the functions:
PyThread_allocate_lock, PyThread_exit_thread, PyThread_free_lock, PyThread_get_stacksize, PyThread_get_thread_ident, PyThread_get_thread_native_id, PyThread_init_thread, PyThread_release_lock, PyThread_set_stacksize, PyThread_start_new_thread

are exported as part of the stable ABI. They were added in bpo-42545 and bpo-43795 (PEP 652).
Sorry for the delay.
History
Date User Action Args
2021-06-22 14:38:29petr.viktorinsetrecipients: + petr.viktorin, VZ, nanjekyejoannah
2021-06-22 14:38:28petr.viktorinsetmessageid: <1624372708.83.0.381164982819.issue39123@roundup.psfhosted.org>
2021-06-22 14:38:28petr.viktorinlinkissue39123 messages
2021-06-22 14:38:28petr.viktorincreate