Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-38410: Properly handle PySys_Audit() failures (GH-16657) | Zackery Spytz | 2020-03-26 | 1 | -2/+2 |
* | bpo-35370: Add _PyEval_SetTrace() function (GH-18975) | Victor Stinner | 2020-03-13 | 1 | -0/+2 |
* | bpo-39947: Move Py_EnterRecursiveCall() to internal C API (GH-18972) | Victor Stinner | 2020-03-13 | 1 | -56/+0 |
* | bpo-38500: Add _PyInterpreterState_SetEvalFrameFunc() (GH-17340) | Victor Stinner | 2020-03-12 | 1 | -1/+1 |
* | bpo-38644: Cleanup ceval.h (GH-17185) | Victor Stinner | 2019-11-16 | 1 | -0/+25 |
* | bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997) | Victor Stinner | 2019-11-04 | 1 | -14/+31 |
* | bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046) | Victor Stinner | 2019-11-04 | 1 | -0/+50 |