summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_sysmodule.h
Commit message (Expand)AuthorAgeFilesLines
* gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)Serhiy Storchaka2025-05-281-5/+0
* gh-131591: Implement PEP 768 (#131937)Pablo Galindo Salgado2025-04-031-0/+2
* gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)Serhiy Storchaka2025-02-251-2/+4
* gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)Eric Snow2024-10-181-10/+0
* gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)Victor Stinner2024-09-021-0/+3
* gh-106320: Remove private _PySys functions (#108452)Victor Stinner2023-08-241-0/+6
* gh-107211: No longer export internal functions (7) (#108425)Victor Stinner2023-08-241-2/+2
* gh-107211: No longer export internal functions (3) (#107215)Victor Stinner2023-07-251-2/+2
* gh-101758: Clean Up Uses of Import State (gh-101919)Eric Snow2023-02-151-0/+3
* bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized g...Eric Snow2022-02-081-0/+2
* bpo-38644: Add _PySys_Audit() which takes tstate (GH-19180)Victor Stinner2020-03-261-0/+24