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 fabioz, vstinner
Date 2020-03-13.13:42:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584106958.15.0.920988859676.issue35370@roundup.psfhosted.org>
In-reply-to
Content
Attached PR 18975 adds _PyEval_SetTrace(tstate, func, arg) function. It requires that the caller holds the GIL. The function calls PySys_Audit() in the context of the current thread state (not in "tstate").
History
Date User Action Args
2020-03-13 13:42:38vstinnersetrecipients: + vstinner, fabioz
2020-03-13 13:42:38vstinnersetmessageid: <1584106958.15.0.920988859676.issue35370@roundup.psfhosted.org>
2020-03-13 13:42:38vstinnerlinkissue35370 messages
2020-03-13 13:42:38vstinnercreate