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 sternj
Recipients sternj
Date 2021-04-09.01:23:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617931439.33.0.179250347978.issue43781@roundup.psfhosted.org>
In-reply-to
Content
When patching `_multiprocessing.SemLock` at runtime and then instantiating an instance of `multiprocessing.Pool`, the interpreter throws a SIGSEGV when trying to access a field of `_multiprocessing.SemLock` on pre-3.9 pythons
History
Date User Action Args
2021-04-09 01:23:59sternjsetrecipients: + sternj
2021-04-09 01:23:59sternjsetmessageid: <1617931439.33.0.179250347978.issue43781@roundup.psfhosted.org>
2021-04-09 01:23:59sternjlinkissue43781 messages
2021-04-09 01:23:59sternjcreate