Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-42923: Dump extension modules on fatal error (GH-24207) | Victor Stinner | 2021-01-18 | 1 | -0/+2 |
* | bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287) | Chris Jerdonek | 2020-05-22 | 1 | -1/+1 |
* | bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951) | Chris Jerdonek | 2020-05-17 | 1 | -0/+17 |
* | bpo-38644: Pass tstate explicitly in signalmodule.c (GH-19184) | Victor Stinner | 2020-03-26 | 1 | -0/+2 |
* | bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080) | Victor Stinner | 2019-11-07 | 1 | -1/+2 |
* | bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050) | Victor Stinner | 2019-11-05 | 1 | -0/+6 |
* | bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060) | Victor Stinner | 2019-06-13 | 1 | -0/+2 |
* | bpo-36710: Add tstate parameter in ceval.c (GH-13547) | Victor Stinner | 2019-05-24 | 1 | -0/+62 |