COMMITS
/ Include/internal/pycore_pyerrors.h May 3, 2021
D
bpo-38530: Refactor and improve AttributeError suggestions (GH-25776)
Dennis Sweeney committed
April 14, 2021
P
bpo-38530: Offer suggestions on AttributeError (#16856)
Pablo Galindo committed
January 18, 2021
V
bpo-42923: Dump extension modules on fatal error (GH-24207)
Victor Stinner committed
May 22, 2020
C
bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287)
Chris Jerdonek committed
May 18, 2020
C
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
Chris Jerdonek committed
March 26, 2020
V
bpo-38644: Pass tstate explicitly in signalmodule.c (GH-19184)
Victor Stinner committed
November 7, 2019
V
bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080)
Victor Stinner committed
November 5, 2019
V
bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050)
Victor Stinner committed
June 13, 2019
V
bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060)
Victor Stinner committed
May 24, 2019
V
bpo-36710: Add tstate parameter in ceval.c (GH-13547)
Victor Stinner committed