index
:
cpython
3.10
3.11
3.12
3.13
3.9
main
The Python programming language
Aslak Raanes
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
Python
/
sysmodule.c
Commit message (
Expand
)
Author
Age
*
gh-131082: Add missing guards for WIN32_LEAN_AND_MEAN (#131044)
Max Bachmann
2025-03-11
*
gh-130163: Fix crashes related to PySys_GetObject() (GH-130503)
Serhiy Storchaka
2025-02-25
*
gh-111924: Fix data races when swapping allocators (gh-130287)
Sam Gross
2025-02-20
*
gh-128509: Add `sys._is_immortal` for identifying immortal objects (#128510)
Peter Bierma
2025-01-31
*
gh-126108: Fix potential null pointer dereference in `PySys_AddWarnOptionUnic...
Valery Fedorenko
2025-01-31
*
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher
2025-01-28
*
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
Victor Stinner
2025-01-06
*
GH-126833: Dumps graphviz representation of executor graph. (GH-126880)
Mark Shannon
2024-12-13
*
gh-127238: adjust error message for sys.set_int_max_str_digits() (#127241)
Sergey B Kirpichev
2024-11-25
*
gh-126579: Adapt sys.audit() to Argument Clinic (GH-126580)
Serhiy Storchaka
2024-11-08
*
gh-115999: Implement thread-local bytecode and enable specialization for `BIN...
mpage
2024-11-04
*
gh-126255: Ignore warning about JIT being deactivated when perf support is ac...
mpage
2024-11-01
*
gh-124855: Don't allow the JIT and perf support to be active at the same time...
Pablo Galindo Salgado
2024-10-30
*
gh-126018: Avoid aborting due to unnecessary assert in `sys.audit` (#126020)
devdanzin
2024-10-27
*
gh-125604: Move _Py_AuditHookEntry, etc. Out of pycore_runtime.h (gh-125605)
Eric Snow
2024-10-18
*
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Sam Gross
2024-09-24
*
gh-107954, PEP 741: Add PyConfig_Get()/Set() functions (#123472)
Victor Stinner
2024-09-02
*
gh-113993: Allow interned strings to be mortal, and fix related issues (GH-12...
Petr Viktorin
2024-06-21
*
gh-120568: fix file leak in PyUnstable_CopyPerfMapFile (#120569)
Carson Radtke
2024-06-16
*
gh-74929: PEP 667 C API documentation (gh-119379)
Alyssa Coghlan
2024-06-01
*
gh-118518: Rename `PYTHONPERFJITSUPPORT` and `-X perfjit` with underscores (#...
Hugo van Kemenade
2024-05-07
*
gh-116322: Enable the GIL while loading C extension modules (#118560)
Brett Simmers
2024-05-06
*
gh-118473: Fix set_asyncgen_hooks not to be partially set when arguments are ...
Jeong, YunWon
2024-05-06
*
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...
Petr Viktorin
2024-05-06
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
*
gh-118518: Allow perf to work without frame pointers (#112254)
Pablo Galindo Salgado
2024-05-05
*
gh-74929: Implement PEP 667 (GH-115153)
Tian Gao
2024-05-04
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
*
gh-117514: Add `sys._is_gil_enabled()` function (#118514)
Sam Gross
2024-05-03
*
Remove stray `__cplusplus` guard in sysmodule.c (#118511)
Sam Gross
2024-05-02
*
gh-118335: Configure Tier 2 interpreter at build time (#118339)
Guido van Rossum
2024-04-30
*
gh-117953: Cleanups For fix_up_extension() in import.c (gh-118192)
Eric Snow
2024-04-24
*
gh-117987: Restore several functions removed in Python 3.13 alpha 1 (GH-117993)
Victor Stinner
2024-04-18
*
gh-117764: Add signatures for some functions in the sys module (GH-117770)
Serhiy Storchaka
2024-04-12
*
gh-116167: Allow disabling the GIL with `PYTHON_GIL=0` or `-X gil=0` (#116338)
Brett Simmers
2024-03-11
*
gh-116326: Handler errors correctly in `getwindowsversion` in `sysmodule` (#1...
Nikita Sobolev
2024-03-05
*
gh-115320: Refactor `get_hash_info` in `sysmodule.c` not to swallow errors (#...
Nikita Sobolev
2024-03-04
*
gh-115168: Add pystats counter for invalidated executors (GH-115169)
Michael Droettboom
2024-02-26
*
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
Brandt Bucher
2024-02-12
*
gh-112529: Remove PyGC_Head from object pre-header in free-threaded build (#1...
Sam Gross
2024-02-01
*
gh-114384: Align sys.set_asyncgen_hooks signature in docs to reflect implemen...
Nikita Sobolev
2024-01-21
*
gh-73427: deprecate `_enablelegacywindowsfsencoding` (#107729)
Inada Naoki
2023-12-28
*
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross
2023-12-07
*
bpo-34392: Add sys. _is_interned() (GH-8755)
Serhiy Storchaka
2023-12-04
*
gh-111262: Add PyDict_Pop() function (#112028)
Victor Stinner
2023-11-14
*
gh-106672: C API: Report indiscriminately ignored errors (GH-106674)
Serhiy Storchaka
2023-11-07
*
gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost ...
gsallam
2023-10-27
*
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na
2023-10-10
*
gh-85283: Add PySys_AuditTuple() function (#108965)
Victor Stinner
2023-10-05
*
gh-110014: Include explicitly <unistd.h> header (#110155)
Victor Stinner
2023-09-30
[next]