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 A. Skrobov, pitrou, tim.peters, vstinner
Date 2020-03-09.10:53:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583751194.83.0.46113357818.issue23592@roundup.psfhosted.org>
In-reply-to
Content
I believe that this issue cannot occur in Python 3.8 thanks for bpo-36475.

According to the backtrace, a thread does crash in PyEval_EvalFrameEx(). I understand that it's a daemon thread. To execute PyEval_EvalFrameEx(), a daemon thread must hold the GIL. With bpo-36475, a daemon thread now exits immediately instead of taking the GIL.
History
Date User Action Args
2020-03-09 10:53:14vstinnersetrecipients: + vstinner, tim.peters, pitrou, A. Skrobov
2020-03-09 10:53:14vstinnersetmessageid: <1583751194.83.0.46113357818.issue23592@roundup.psfhosted.org>
2020-03-09 10:53:14vstinnerlinkissue23592 messages
2020-03-09 10:53:14vstinnercreate