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 db3l, eric.snow, pablogsal, vstinner
Date 2019-03-04.08:21:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551687696.37.0.399574591174.issue36177@roundup.psfhosted.org>
In-reply-to
Content
Oh, David also wrote:

"""
If I can help with testing or builder access or anything just let me know.  It appears that I can pretty reliably trigger the error through just the individual tests (test_daemon_threads_shutdown_std{out,err}_deadlock) in isolation, which is definitely less tedious than a full buildbot run to test a change.

BTW, while not directly related since it was only just merged, and I won't pretend to have any real understanding of the changes here, I do have a question about PR 12024 ... it appears HEAD_UNLOCK is used twice in _PyInterpreterState_LookUpID.  Shouldn't one of those be HEAD_LOCK?
"""

https://bugs.python.org/issue33608#msg336975
History
Date User Action Args
2019-03-04 08:21:36vstinnersetrecipients: + vstinner, db3l, eric.snow, pablogsal
2019-03-04 08:21:36vstinnersetmessageid: <1551687696.37.0.399574591174.issue36177@roundup.psfhosted.org>
2019-03-04 08:21:36vstinnerlinkissue36177 messages
2019-03-04 08:21:36vstinnercreate