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, eric.snow, gvanrossum, kj, vstinner
Date 2022-01-23.05:56:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642917387.15.0.162698541229.issue46465@roundup.psfhosted.org>
In-reply-to
Content
It seems like the following target miss CHECK_EVAL_BREAKER():

TARGET(CALL_NO_KW_METHOD_DESCRIPTOR_FAST) 
TARGET(CALL_NO_KW_METHOD_DESCRIPTOR_O)
TARGET(CALL_NO_KW_BUILTIN_FAST)
TARGET(CALL_NO_KW_BUILTIN_O)
TARGET(CALL_NO_KW_BUILTIN_CLASS_1)

CHECK_EVAL_BREAKER() matters for signals, but also multithreading (drop the GIL), asynchronous exception and pending calls.
History
Date User Action Args
2022-01-23 05:56:27vstinnersetrecipients: + vstinner, gvanrossum, Mark.Shannon, eric.snow, corona10, kj
2022-01-23 05:56:27vstinnersetmessageid: <1642917387.15.0.162698541229.issue46465@roundup.psfhosted.org>
2022-01-23 05:56:27vstinnerlinkissue46465 messages
2022-01-23 05:56:27vstinnercreate