Message364092
| 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:38 | vstinner | set | recipients: + vstinner, fabioz |
| 2020-03-13 13:42:38 | vstinner | set | messageid: <1584106958.15.0.920988859676.issue35370@roundup.psfhosted.org> |
| 2020-03-13 13:42:38 | vstinner | link | issue35370 messages |
| 2020-03-13 13:42:38 | vstinner | create | |