python-checkins
Thread
Date
Earlier messages
Messages by Thread
[Python-checkins] [3.14] Being more flexible in when not to explicitly set the sysroot when compiling for WASI (GH-142242) (GH-142246)
brettcannon
[Python-checkins] [3.14] gh-142218: Fix split table dictionary crash (gh-142229) (gh-142244)
colesbury
[Python-checkins] Being more flexible in when not to explicitly set the sysroot when compiling for WASI (GH-142242)
brettcannon
[Python-checkins] gh-142218: Fix split table dictionary crash (gh-142229)
colesbury
[Python-checkins] GH-142050: Jit stencils on Windows contain debug data (#142052)
savannahostrowski
[Python-checkins] gh-140482: Avoid changing terminal settings in test_pty (gh-142202)
colesbury
[Python-checkins] [3.14] gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146) (#142209)
gpshead
[Python-checkins] gh-135676: Reword the f-string (and t-string) section (GH-137469)
encukou
[Python-checkins] gh-142038: Expand guard for types_world_is_stopped() to fix debug builds without assertions (#142039)
vstinner
[Python-checkins] gh-142217: Remove internal _Py_Identifier functions (#142219)
vstinner
[Python-checkins] gh-142206: multiprocessing.resource_tracker: Decode messages using older protocol (GH-142215)
encukou
[Python-checkins] [3.14] gh-135676: Simplify docs on lexing names (GH-140464) (GH-142015)
encukou
[Python-checkins] gh-142170: Add pymanager link to issue template menu (#142199)
hugovk
[Python-checkins] gh-142145: Remove quadratic behavior in node ID cache clearing (GH-142146)
gpshead
[Python-checkins] Python 3.13.10
Yhg1s
[Python-checkins] [3.13] Document None for timeout argument of select.select (GH-142177)
encukou
[Python-checkins] gh-139707: Fix example for configure option (GH-142153)
encukou
[Python-checkins] [3.14] Revert "gh-119452: Fix a potential virtual memory allocation denial of service in http.server (GH-119455)" (#142184)
hugovk
[Python-checkins] [3.13] Revert "gh-119452: Fix a potential virtual memory allocation denial of service in http.server (GH-119455) (GH-142130)" (#142185)
Yhg1s
[Python-checkins] [3.14] Document None for timeout argument of select.select (GH-142177) (#142182)
hugovk
[Python-checkins] Document None for timeout argument of select.select (#142177)
hugovk
[Python-checkins] gh-141982: Fix pdb can't set breakpoints on async functions (#141983)
gaogaotiantian
[Python-checkins] [3.14] gh-140281: Update free threading Python HOWTO for 3.14 (gh-140566) (gh-142173)
colesbury
[Python-checkins] gh-140281: Update free threading Python HOWTO for 3.14 (gh-140566)
colesbury
[Python-checkins] [3.13] gh-59000: Fix pdb breakpoint resolution for class methods when… (#142172)
gaogaotiantian
[Python-checkins] [3.14] gh-59000: Fix pdb breakpoint resolution for class methods when module not imported (GH-141949) (#142171)
gaogaotiantian
[Python-checkins] gh-59000: Fix pdb breakpoint resolution for class methods when module not imported (#141949)
gaogaotiantian
[Python-checkins] gh-142163: Only define `HAVE_THREAD_LOCAL` when `Py_BUILD_CORE` is set (#142164)
kumaraditya303
[Python-checkins] [3.13] gh-142048: Fix quadratically increasing GC delays (gh-142051) (#142167)
colesbury
[Python-checkins] [3.14] gh-142048: Fix quadratically increasing GC delays (gh-142051) (gh-142166)
colesbury
[Python-checkins] gh-142048: Fix quadratically increasing GC delays (gh-142051)
colesbury
[Python-checkins] [3.13] GH-138562: Remove ``sort()`` from the common sequence methods in the data model (GH-138563) (#140676)
Yhg1s
[Python-checkins] [3.13] GH-101100: Remove some entries from ``nitpick_ignore`` (GH-138464) (#141827)
Yhg1s
[Python-checkins] [3.13] gh-141930: Use the regular IO stack to write .pyc files for a better error message on failure (GH-141931) (#142023)
Yhg1s
[Python-checkins] gh-138122: Small fixes to the new tachyon UI (#142157)
pablogsal
[Python-checkins] [3.14] Revert "GH-91636: Clear weakrefs created by finalizers. (GH-136401) (#141993)" (#142152)
hugovk
[Python-checkins] [3.14] gh-119451: Fix a potential denial of service in http.client (GH-119454) (#142138)
hugovk
[Python-checkins] [3.14] gh-141930: Use the regular IO stack to write .pyc files for a better error message on failure (GH-141931) (#142021)
hugovk
[Python-checkins] [3.13] gh-141004: Document descriptor and dict proxy type objects (GH-141803) (GH-142148)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document descriptor and dict proxy type objects (GH-141803) (GH142147)
ZeroIntensity
[Python-checkins] [3.14] gh-119342: Fix a potential denial of service in plistlib (GH-119343) (GH-142143)
serhiy-storchaka
[Python-checkins] gh-141004: Document descriptor and dict proxy type objects (GH-141803)
ZeroIntensity
[Python-checkins] [3.13] gh-119342: Fix a potential denial of service in plistlib (GH-119343) (GH-142144)
serhiy-storchaka
[Python-checkins] gh-119342: Fix a potential denial of service in plistlib (GH-119343)
serhiy-storchaka
[Python-checkins] gh-119451: Fix a potential denial of service in http.client (GH-119454)
serhiy-storchaka
[Python-checkins] [3.13] gh-119452: Fix a potential virtual memory allocation denial of service in http.server (GH-119455) (GH-142130)
serhiy-storchaka
[Python-checkins] gh-139707: Add mechanism for distributors to supply error messages for missing stdlib modules (GH-140783)
encukou
[Python-checkins] [3.14] gh-119452: Fix a potential virtual memory allocation denial of service in http.server (GH-119455)
serhiy-storchaka
[Python-checkins] [3.13] Docs: Upgrade Sphinx to 9.0 (GH-142114) (#142129)
AA-Turner
[Python-checkins] [3.14] Docs: Upgrade Sphinx to 9.0 (GH-142114) (#142128)
AA-Turner
[Python-checkins] Docs: Upgrade Sphinx to 9.0 (#142114)
AA-Turner
[Python-checkins] [3.13] gh-141473: Document not calling Popen.wait after Popen.communicate times out. (GH-142101) (#142125)
gpshead
[Python-checkins] [3.14] gh-141473: Document not calling Popen.wait after Popen.communicate times out. (GH-142101) (#142124)
gpshead
[Python-checkins] gh-141473: Document not calling Popen.wait after Popen.communicate times out. (GH-142101)
gpshead
[Python-checkins] [3.14] gh-142066: Fix grammar in multiprocessing Pipes and Queues (GH-142121) (#142122)
gpshead
[Python-checkins] gh-142066: Fix grammar in multiprocessing Pipes and Queues (GH-142121)
gpshead
[Python-checkins] [3.14] gh-142067: Add missing default value for param in `multiprocessing.Pipe`'s doc (GH-142109) (#142120)
gpshead
[Python-checkins] gh-142067: Add missing default value for param in `multiprocessing.Pipe`'s doc (GH-142109)
gpshead
[Python-checkins] [3.14] gh-133146: Add the old public `get_value` method to documentation and refactor code. (GH-133301) (#142110)
gpshead
[Python-checkins] [3.13] Improve clarity in tutorial introduction (GH-140669) (#142113)
hugovk
[Python-checkins] [3.14] Improve clarity in tutorial introduction (GH-140669) (#142112)
hugovk
[Python-checkins] Improve clarity in tutorial introduction (#140669)
hugovk
[Python-checkins] [3.14] gh-140373: Correctly emit `PY_UNWIND` event when generator is closed (GH-140767) (#140816)
hugovk
[Python-checkins] [3.13] gh-136063: fix quadratic-complexity parsing in `email.message._parseparam` (GH-136072) (#140828)
hugovk
[Python-checkins] [3.14] gh-139741: Make `dist-pdf` docs archive build work for macOS (GH-140837) (#141229)
hugovk
[Python-checkins] [3.13] gh-140042: Removing unsafe call to sqlite3_shutdown (GH-141793) (#141812)
hugovk
[Python-checkins] [3.14] gh-140042: Removing unsafe call to sqlite3_shutdown (GH-141690) (#141793)
hugovk
[Python-checkins] [3.14] gh-136063: fix quadratic-complexity parsing in `email.message._parseparam` (GH-136072) (#140827)
hugovk
[Python-checkins] [3.14] gh-132795: Add docs for `multiprocessing.Semaphore.locked` (GH-133299) (#142111)
hugovk
[Python-checkins] gh-141999: Handle KeyboardInterrupt when sampling in the new tachyon profiler (#142000)
pablogsal
[Python-checkins] gh-138122: Add thread status statistics to flamegraph profiler (#141900)
pablogsal
[Python-checkins] gh-133146: Add the old public `get_value` method to documentation and refactor code. (GH-133301)
gpshead
[Python-checkins] [3.14] GH-141808: Do not generate the jit stencils twice in case of PGO builds on Windows. (GH-142043) (#142100)
gpshead
[Python-checkins] GH-141808: Do not generate the jit stencils twice in case of PGO builds on Windows. (GH-142043)
gpshead
[Python-checkins] [3.13] Docs: Prepare for Sphinx 9 (GH-142057) (#142092)
AA-Turner
[Python-checkins] [3.14] Docs: Prepare for Sphinx 9 (GH-142057) (#142091)
hugovk
[Python-checkins] [3.13] GH-121970: Remove Docutils list monkeypatch (GH-142056) (#142089)
AA-Turner
[Python-checkins] [3.14] GH-121970: Remove Docutils list monkeypatch (GH-142056) (#142088)
AA-Turner
[Python-checkins] Docs: Prepare for Sphinx 9 (#142057)
hugovk
[Python-checkins] GH-121970: Remove Docutils list monkeypatch (#142056)
AA-Turner
[Python-checkins] [3.14] GH-91636: Clear weakrefs created by finalizers. (GH-136401) (#141993)
gpshead
[Python-checkins] [3.13] gh-74389: gh-70560: subprocess.Popen.communicate() now ignores stdin.flush error when closed (GH-142061) (#142065)
gpshead
[Python-checkins] [3.13] gh-140011: Delete importdl assertion that prevents importing embedded modules from packages (GH-141605) (#141987)
gpshead
[Python-checkins] [3.14] gh-140011: Delete importdl assertion that prevents importing embedded modules from packages (GH-141605) (#141986)
gpshead
[Python-checkins] [3.13] GH-141963: Clarify argparse documentation (GH-141964) (#142077)
gpshead
[Python-checkins] [3.14] GH-141963: Clarify argparse documentation (GH-141964) (#142076)
gpshead
[Python-checkins] [3.14] Fix multiprocessing queue test_get() (GH-142024) (#142070)
gpshead
[Python-checkins] GH-141963: Clarify argparse documentation (GH-141964)
gpshead
[Python-checkins] [3.13] gh-87512: Fix `subprocess` using `timeout=` on Windows blocking with a large `input=` (GH-142058) (#142069)
gpshead
[Python-checkins] [3.13] Fix multiprocessing queue test_get() (GH-142024) (#142071)
gpshead
[Python-checkins] [3.13] Docs: multi-disk ZIP files -> multipart ZIP files (GH-141962) (#142075)
gpshead
[Python-checkins] [3.14] Docs: multi-disk ZIP files -> multipart ZIP files (GH-141962) (#142074)
gpshead
[Python-checkins] [3.13] gh-141994: Warn of XXE vulnerability in documentation of SAX feature `xml.sax.handler.feature_external_ges` (GH-141996) (#142073)
gpshead
[Python-checkins] [3.14] gh-141994: Warn of XXE vulnerability in documentation of SAX feature `xml.sax.handler.feature_external_ges` (GH-141996) (#142072)
gpshead
[Python-checkins] Docs: multi-disk ZIP files -> multipart ZIP files (GH-141962)
gpshead
[Python-checkins] gh-141994: Warn of XXE vulnerability in documentation of SAX feature `xml.sax.handler.feature_external_ges` (GH-141996)
gpshead
[Python-checkins] [3.14] gh-74389: gh-70560: subprocess.Popen.communicate() now ignores stdin.flush error when closed (GH-142061) (#142064)
gpshead
[Python-checkins] Fix multiprocessing queue test_get() (GH-142024)
gpshead
[Python-checkins] [3.13] gh-141473: Fix subprocess.Popen.communicate to send input to stdin upon a subsequent post-timeout call (GH-141477) (#142060)
gpshead
[Python-checkins] [3.13] GH-134453: Fix subprocess memoryview input handling on POSIX (GH-134949) (#142063)
gpshead
[Python-checkins] [3.14] gh-87512: Fix `subprocess` using `timeout=` on Windows blocking with a large `input=` (GH-142058) (#142068)
gpshead
[Python-checkins] [3.14] gh-141473: Fix subprocess.Popen.communicate to send input to stdin upon a subsequent post-timeout call (GH-141477) (#142059)
gpshead
[Python-checkins] gh-87512: Fix `subprocess` using `timeout=` on Windows blocking with a large `input=` (GH-142058)
gpshead
[Python-checkins] gh-74389: gh-70560: subprocess.Popen.communicate() now ignores stdin.flush error when closed (GH-142061)
gpshead
[Python-checkins] [3.14] GH-134453: Fix subprocess memoryview input handling on POSIX (GH-134949) (#142062)
gpshead
[Python-checkins] GH-134453: Fix subprocess memoryview input handling on POSIX (GH-134949)
gpshead
[Python-checkins] gh-141473: Fix subprocess.Popen.communicate to send input to stdin upon a subsequent post-timeout call (GH-141477)
gpshead
[Python-checkins] Docs: Move to method references for bytearray.take_bytes (#142053)
picnixz
[Python-checkins] gh-142025: Add c-analyzer include for pyexpat.c (GH-142026)
gpshead
[Python-checkins] gh-141968: Use take_bytes in encodings.punycode (#141974)
vstinner
[Python-checkins] gh-141968: Use take_bytes in re._compiler (#141995)
vstinner
[Python-checkins] [3.13] gh-98896: resource_tracker: use json&base64 to allow arbitrary shared memory names (GH-138473) (GH-142014)
encukou
[Python-checkins] gh-133228: c-analyzer clang preprocessor (GH-133229)
gpshead
[Python-checkins] [3.14] gh-116008: Detect freed thread state in faulthandler (GH-141988) (#142013)
vstinner
[Python-checkins] [3.13] gh-141004: Document `PyImport_Inittab` (GH-141844) (GH-142016)
ZeroIntensity
[Python-checkins] gh-141930: Use the regular IO stack to write .pyc files for a better error message on failure (GH-141931)
gpshead
[Python-checkins] gh-140210: Make test_sysconfig.test_parse_makefile_renamed_vars ignore environment variables (#140213)
brettcannon
[Python-checkins] gh-140505: Fix 'parameters' to 'arguments' in xmlrpc.client.MultiCall docs (GH-141942)
JulienPalard
[Python-checkins] [3.13] gh-116008: Detect freed thread state in faulthandler (#141988) (#142017)
vstinner
[Python-checkins] gh-130396: Export _Py_ReachedRecursionLimitWithMargin() (#142012)
vstinner
[Python-checkins] [3.14] gh-98896: resource_tracker: use json&base64 to allow arbitrary shared memory names (GH-138473) (GH-141922)
encukou
[Python-checkins] [3.14] gh-125434: Display thread name in faulthandler on Windows (#142011)
vstinner
[Python-checkins] gh-116008: Detect freed thread state in faulthandler (#141988)
vstinner
[Python-checkins] gh-127635: Use flexible array in tracemalloc (#141991)
vstinner
[Python-checkins] gh-130396: Remove _Py_ReachedRecursionLimitWithMargin() function (#141951)
vstinner
[Python-checkins] [3.14] gh-116738: Fix thread-safety issue in re module for free threading (gh-141923) (gh-141990)
colesbury
[Python-checkins] gh-116738: Fix thread-safety issue in re module for free threading (gh-141923)
colesbury
[Python-checkins] gh-141968: use `bytearray.take_bytes` in `encodings.idna` (#141975)
kumaraditya303
[Python-checkins] gh-141968: use `bytearray.take_bytes` in `wave._byteswap` (#141973)
kumaraditya303
[Python-checkins] gh-141968: Use `bytearray.take_bytes` in `base64` `_b32encode` and `_b32decode` (#141971)
kumaraditya303
[Python-checkins] gh-135676: Simplify docs on lexing names (GH-140464)
encukou
[Python-checkins] [3.13] gh-141909: Add `PyModuleDef_Slot` and earlier Py_mod_* constants to stable ABI manifest (#141910) (GH-141977)
encukou
[Python-checkins] [3.14] gh-141909: Add `PyModuleDef_Slot` and earlier Py_mod_* constants to stable ABI manifest (#141910) (GH-141978)
encukou
[Python-checkins] GH-141861: Fix TRACE_RECORD if full (GH-141959)
Fidget-Spinner
[Python-checkins] gh-140011: Delete importdl assertion that prevents importing embedded modules from packages (GH-141605)
encukou
[Python-checkins] gh-140550: PEP 793 reference documentation (GH-141197)
encukou
[Python-checkins] [3.14] GH-139653: Only raise an exception (or fatal error) when the stack pointer is about to overflow the stack. (GH-141711) (GH-141944)
encukou
[Python-checkins] Correct indentation in `stdtypes.rst` (#141957)
kumaraditya303
[Python-checkins] Remove ``Misc/ACKS`` check from patchcheck, documentation (#141960)
AA-Turner
[Python-checkins] Remove references to ``Misc/ACKS`` from ``CONTRIBUTING.md`` (#141952)
AA-Turner
[Python-checkins] [3.13] gh-141004: Document missing `PyThread*` APIs (GH-141810) (GH-141955)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document missing `PyThread*` APIs (GH-141810) (GH-141954)
ZeroIntensity
[Python-checkins] gh-141004: Document missing `PyThread*` APIs (GH-141810)
ZeroIntensity
[Python-checkins] [3.10] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (GH-139234) (#139532)
pablogsal
[Python-checkins] [3.11] gh-90949: add Expat API to prevent XML deadly allocations (CVE-2025-59375) (GH-139234) (#139529)
pablogsal
[Python-checkins] [3.14] gh-140911: Ensure that UserString.index() and UserString.rindex() accept UserString as argument (GH-140945) (GH-141946)
serhiy-storchaka
[Python-checkins] gh-141909: Add `PyModuleDef_Slot` and earlier Py_mod_* constants to stable ABI manifest (#141910)
encukou
[Python-checkins] [3.13] gh-141004: Document `PyOS_mystr(n)icmp` (GH-141760) (#141948)
vstinner
[Python-checkins] [3.14] gh-141004: Document `PyOS_mystr(n)icmp` (GH-141760) (#141947)
vstinner
[Python-checkins] [3.13] gh-140911: Ensure that UserString.index() and UserString.rindex() accept UserString as argument (GH-140945) (GH-141945)
serhiy-storchaka
[Python-checkins] gh-141004: Document `PyOS_mystr(n)icmp` (#141760)
vstinner
[Python-checkins] gh-139165: Make Py_SIZE, Py_IS_TYPE,Py_ SET_SIZE regular functions in stable ABI (GH-139166)
encukou
[Python-checkins] gh-140911: Ensure that UserString.index() and UserString.rindex() accept UserString as argument (GH-140945)
serhiy-storchaka
[Python-checkins] [3.14] gh-138199: Address potential confusion re: threading (GH-138200) (GH-141928)
ZeroIntensity
[Python-checkins] [3.13] gh-138199: Address potential confusion re: threading (GH-138200) (GH-141929)
ZeroIntensity
[Python-checkins] gh-141781: Fix pdb.line_prefix binding (#141779)
gaogaotiantian
[Python-checkins] [3.13] gh-141907: Better handle support for SHA3 for test_hashlib (GH-141908) (#141919)
picnixz
[Python-checkins] [3.14] gh-141907: Better handle support for SHA3 for test_hashlib (GH-141908) (#141918)
picnixz
[Python-checkins] GH-141861: Fix invalid memory read in the ENTER_EXECUTOR (GH-141921)
Fidget-Spinner
[Python-checkins] [3.14] Fix implicit import in `test_monitoring.py` (gh-141795) (gh-141920)
colesbury
[Python-checkins] Fix implicit import in `test_monitoring.py` (gh-141795)
colesbury
[Python-checkins] [3.13] gh-129441: Fix some flakiness in test_instrumentation (gh-141881) (gh-141914)
colesbury
[Python-checkins] gh-141907: Better handle support for SHA3 for test_hashlib (GH-141908)
gpshead
[Python-checkins] [3.13] gh-141004: Document stack effect C APIs (GH-141843) (GH-141917)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document stack effect C APIs (GH-141843) (GH-141916)
ZeroIntensity
[Python-checkins] gh-141004: Document stack effect C APIs (GH-141843)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document `PyImport_Inittab` (GH-141844) (GH-141915)
ZeroIntensity
[Python-checkins] [3.13] GH-129805: Clean up some changes from GH-129806 (GH-133540) (#141165)
hugovk
[Python-checkins] [3.14] gh-129441: Fix some flakiness in test_instrumentation (gh-141881) (gh-141913)
colesbury
[Python-checkins] gh-141004: Document `PyImport_Inittab` (GH-141844)
ZeroIntensity
[Python-checkins] gh-129441: Fix some flakiness in test_instrumentation (gh-141881)
colesbury
[Python-checkins] [3.14] gh-116749: Fix code comment for _PyConfig_GIL_DEFAULT (gh-141804) (gh-141911)
colesbury
[Python-checkins] gh-116749: Fix code comment for _PyConfig_GIL_DEFAULT (gh-141804)
colesbury
[Python-checkins] gh-141863: use `bytearray.take_bytes` in asyncio streams for better performance (#141864)
kumaraditya303
[Python-checkins] [3.13] gh-106318: Add example for str.format() (GH-137018) (#141903)
hugovk
[Python-checkins] [3.14] gh-106318: Add example for str.format() (GH-137018) (#141904)
hugovk
[Python-checkins] gh-141831: Document behavior of functools.lru_cache with concurrent access (gh-141869)
rhettinger
[Python-checkins] [3.13] gh-106318: Add example for str.isalpha() (GH-137557) (#141902)
hugovk
[Python-checkins] [3.14] gh-106318: Add example for str.isalpha() (GH-137557) (#141901)
hugovk
[Python-checkins] gh-138199: Address potential confusion regarding threading in the `asyncio` HOWTO (GH-138200)
ZeroIntensity
[Python-checkins] [3.13] gh-106318: Add example for str.isascii() (GH-137558) (#141899)
hugovk
[Python-checkins] gh-106318: Add example for str.isascii() (#137558)
hugovk
[Python-checkins] [3.13] gh-141004: Document `Py_ARRAY_LENGTH` (GH-141601) (GH-141896)
ZeroIntensity
[Python-checkins] [3.14] gh-141004: Document `Py_ARRAY_LENGTH` (GH-141601) (GH-141895)
ZeroIntensity
[Python-checkins] gh-141780: Make PyModule_FromSlotsAndSpec enable GIL if needed (GH-141785)
encukou
[Python-checkins] gh-106318: Add example for str.isdecimal() (#137559)
hugovk
[Python-checkins] [3.13] gh-135335: Simplify preload regression test using __main__ (GH-138686) (#141887)
gpshead
[Python-checkins] [3.14] gh-135335: Simplify preload regression test using __main__ (GH-138686) (#141886)
gpshead
[Python-checkins] [3.14] GH-139914: Handle stack growth direction on HPPA (GH-140028) (#141404)
gpshead
[Python-checkins] gh-135335: Simplify preload regression test using __main__ (GH-138686)
gpshead
[Python-checkins] math.dist documentation: add 'strict=True' to equivalent code (#141819)
rhettinger
[Python-checkins] [3.13] gh-141865: Fix translation of strings in `changes.py` extension (GH-141882) (#141884)
hugovk
[Python-checkins] [3.14] gh-141865: Fix translation of strings in `changes.py` extension (GH-141882) (#141883)
hugovk
[Python-checkins] gh-141865: Fix translation of strings in `changes.py` extension (#141882)
hugovk
[Python-checkins] Drop three unused imports (#141875)
pablogsal
[Python-checkins] [3.14] gh-120158: Fix inconsistent monitoring state when setting events too frequently (gh-141845) (gh-141879)
colesbury
[Python-checkins] [3.13] gh-120158: Fix inconsistent monitoring state when setting events too frequently (gh-141845) (gh-141880)
colesbury
[Python-checkins] gh-120158: Fix inconsistent monitoring state when setting events too frequently (gh-141845)
colesbury
[Python-checkins] [3.14] gh-98552: Revert (unneeded, already done elsewhere) "flush std streams in the multiprocessing forkserver before fork (GH-141849)" (GH-141871) (#141872)
gpshead
[Python-checkins] [3.13] gh-98552: Revert (unneeded, already done elsewhere) "flush std streams in the multiprocessing forkserver before fork (GH-141849)" (GH-141871) (#141873)
gpshead
Earlier messages