COMMITS
/ Lib/test/test_capi/test_structmembers.py December 4, 2024
S
gh-127572: Fix `test_structmembers` initialization (GH-127577)
Sam Gross committed
December 3, 2024
D
gh-117657: TSAN Fix races in `PyMember_Get` and `PyMember_Set` for C extensions (GH-123211)
Daniele Parmeggiani committed
June 17, 2024
V
gh-120417: Remove unused imports in tests (part 1) (#120629)
Victor Stinner committed
February 11, 2024
S
gh-115011: Improve support of __index__() in setters of members with unsigned integer type (GH-115029)
Serhiy Storchaka committed
February 4, 2024
S
gh-114392: Improve test_capi.test_structmembers (GH-114393)
Serhiy Storchaka committed
S
gh-114388: Fix warnings when assign an unsigned integer member (GH-114391)
Serhiy Storchaka committed
November 22, 2022
P
gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH-99014)
Petr Viktorin committed
November 10, 2022
S
bpo-34272: Reorganize C API tests. (GH-8551)
Serhiy Storchaka committed