COMMITS
/ Modules/_testcapi/clinic/exceptions.c.h November 8, 2024
S
gh-122943: Add the varpos parameter in _PyArg_UnpackKeywords (GH-126564)
Serhiy Storchaka committed
November 7, 2023
V
gh-111089: Revert PyUnicode_AsUTF8() changes (#111833)
Victor Stinner committed
November 1, 2023
V
gh-111089: Use PyUnicode_AsUTF8() in Argument Clinic (#111585)
Victor Stinner committed
October 17, 2023
V
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner committed
September 4, 2023
V
gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863)
Victor Stinner committed
August 31, 2023
V
gh-107603: Argument Clinic: Only include pycore_gc.h if needed (#108726)
Victor Stinner committed
August 24, 2023
V
gh-108444: Argument Clinic uses PyLong_AsInt() (#108458)
Victor Stinner committed
August 19, 2023
S
gh-107915: Handle errors in C API functions PyErr_Set*() and PyErr_Format() (GH-107918)
Serhiy Storchaka committed
May 30, 2023
May 21, 2023
D
gh-104469: Convert _testcapi/exceptions to use AC (gh-104502)
Dong-hee Na committed