summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_exceptions.h
Commit message (Expand)AuthorAgeFilesLines
* gh-129668: Fix thread-safety of MemoryError freelist in free threaded build (...Sam Gross2025-02-061-0/+3
* bpo-46417: Factorize _PyExc_InitTypes() code (GH-30804)Victor Stinner2022-01-221-1/+1
* bpo-46008: Make runtime-global object/type lifecycle functions and state cons...Eric Snow2021-12-091-0/+37