[Python-checkins] gh-126548: Add a thread-unsafety warning for `importlib.reload()` (GH-136704)

2025-07-16 Thread ZeroIntensity
https://github.com/python/cpython/commit/69d8fe50ddc4dbe757c9929a532e2e882f0261ba commit: 69d8fe50ddc4dbe757c9929a532e2e882f0261ba branch: main author: Bartosz Sławecki committer: ZeroIntensity date: 2025-07-16T12:34:14-04:00 summary: gh-126548: Add a thread-unsafety warning for

[Python-checkins] [3.14] gh-126548: Add a thread-unsafety warning for `importlib.reload()` (GH-136704) (GH-136723)

2025-07-16 Thread ZeroIntensity
https://github.com/python/cpython/commit/6943d8ef275a5b4a687a730287d9421e2fae3fae commit: 6943d8ef275a5b4a687a730287d9421e2fae3fae branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-16T16:40:11Z summary: [3.

[Python-checkins] [3.13] gh-126548: Add a thread-unsafety warning for `importlib.reload()` (GH-136704) (GH-136724)

2025-07-16 Thread ZeroIntensity
https://github.com/python/cpython/commit/883223919fd56225e1d2b9ebb1235932fca9a957 commit: 883223919fd56225e1d2b9ebb1235932fca9a957 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-16T16:40:22Z summary: [3.

[Python-checkins] gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258)

2025-07-04 Thread ZeroIntensity
https://github.com/python/cpython/commit/d1d5dce14f90d777608e4403d09079421ff55944 commit: d1d5dce14f90d777608e4403d09079421ff55944 branch: main author: William S Fulton committer: ZeroIntensity date: 2025-07-04T11:54:00-04:00 summary: gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH

[Python-checkins] Docs: Move "or" outside monospace syntax in `tarfile.rst` (GH-136263)

2025-07-04 Thread ZeroIntensity
https://github.com/python/cpython/commit/ade19880943509945da193202ca89e0b2b6fbd75 commit: ade19880943509945da193202ca89e0b2b6fbd75 branch: main author: Rafael Fontenelle committer: ZeroIntensity date: 2025-07-04T10:40:32-04:00 summary: Docs: Move "or" outside monospace syntax in `t

[Python-checkins] [3.14] Docs: Move "or" outside monospace syntax in `tarfile.rst` (GH-136263) (GH-136290)

2025-07-04 Thread ZeroIntensity
https://github.com/python/cpython/commit/1a2898a383ac5b57a7e0eba34ccab2055d79f1aa commit: 1a2898a383ac5b57a7e0eba34ccab2055d79f1aa branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-04T14:46:57Z summary: [3.14

[Python-checkins] [3.13] gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258) (GH-136295)

2025-07-04 Thread ZeroIntensity
https://github.com/python/cpython/commit/a717ed986dd8853fd6a27ee4830e72e6cb3c6c0a commit: a717ed986dd8853fd6a27ee4830e72e6cb3c6c0a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-04T16:17:10Z summary: [3.

[Python-checkins] [3.14] gh-136288: Fix error message in `_testcapi/vectorcall.c` (GH-136258) (GH-136294)

2025-07-04 Thread ZeroIntensity
https://github.com/python/cpython/commit/6d21cc54fffbe56df3372f65227160bf27807158 commit: 6d21cc54fffbe56df3372f65227160bf27807158 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-04T16:18:32Z summary: [3.

[Python-checkins] gh-135906: Use `_PyObject_CAST` in internal headers (GH-135892)

2025-07-07 Thread ZeroIntensity
https://github.com/python/cpython/commit/fe187fae8d8321f1b8d3c9560a35efe904de4217 commit: fe187fae8d8321f1b8d3c9560a35efe904de4217 branch: main author: Charlie Lin committer: ZeroIntensity date: 2025-07-07T12:56:14-04:00 summary: gh-135906: Use `_PyObject_CAST` in internal headers (GH-135892

[Python-checkins] [3.14] gh-135906: Use `_PyObject_CAST` in internal headers (GH-135892) (GH-136392)

2025-07-07 Thread ZeroIntensity
https://github.com/python/cpython/commit/c72699086fe49ed127c1276e96027729381ea8c7 commit: c72699086fe49ed127c1276e96027729381ea8c7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-07T17:21:28Z summary: [3.

[Python-checkins] [3.13] gh-131825: Fix `sqlite3` timezone-naive adapter recipe (GH-136270) (GH-136468)

2025-07-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/217638588f69d024dd394fdd90f40ddf9f8ed2a6 commit: 217638588f69d024dd394fdd90f40ddf9f8ed2a6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-09T14:13:02Z summary: [3.

[Python-checkins] gh-131825: Fix `sqlite3` timezone-naive adapter recipe (GH-136270)

2025-07-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/6a6cd3c07c0300c8799878a48d555470be2a52f7 commit: 6a6cd3c07c0300c8799878a48d555470be2a52f7 branch: main author: NekrodNIK <[email protected]> committer: ZeroIntensity date: 2025-07-09T10:06:42-04:00 summary: gh-13182

[Python-checkins] [3.14] gh-131825: Fix `sqlite3` timezone-naive adapter recipe (GH-136270) (GH-136467)

2025-07-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/75640d4b1f65b316089f294c93745febabeffc87 commit: 75640d4b1f65b316089f294c93745febabeffc87 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-09T14:12:47Z summary: [3.

[Python-checkins] [3.14] gh-81520: Document unexpected `os.path.ismount` behaviour with btrfs subvolumes (GH-136058) (GH-136471)

2025-07-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/78359403c56cf2fa9461851da958ad044a34649d commit: 78359403c56cf2fa9461851da958ad044a34649d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-09T16:00:54Z summary: [3.

[Python-checkins] [3.13] gh-81520: Document unexpected `os.path.ismount` behaviour with btrfs subvolumes (GH-136058) (GH-136473)

2025-07-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/6c81051aa8813665f1d3f651da90a146cb07a8bf commit: 6c81051aa8813665f1d3f651da90a146cb07a8bf branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-09T16:02:49Z summary: [3.

[Python-checkins] gh-81520: Document unexpected `os.path.ismount` behaviour with btrfs subvolumes (GH-136058)

2025-07-09 Thread ZeroIntensity
https://github.com/python/cpython/commit/591abcc01fcf1c65c7fdfaca7274f5d3f9f022da commit: 591abcc01fcf1c65c7fdfaca7274f5d3f9f022da branch: main author: Oskar Roesler committer: ZeroIntensity date: 2025-07-09T11:54:58-04:00 summary: gh-81520: Document unexpected `os.path.ismount` behaviour with

[Python-checkins] [3.14] gh-132346: Docs: Clarify that reference counts aren't stable between versions (GH-132352) (GH-136613)

2025-07-13 Thread ZeroIntensity
https://github.com/python/cpython/commit/9ee72ab266a15906aa7e714ac601b3186e1ef51c commit: 9ee72ab266a15906aa7e714ac601b3186e1ef51c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-13T09:17:48Z summary: [3.

[Python-checkins] Docs: Fix and improve the `PyUnstable_Object_EnableDeferredRefcount` documentation (GH-135323)

2025-07-12 Thread ZeroIntensity
https://github.com/python/cpython/commit/0d4fd10fbab2767fad3eb27639905c8885b88c89 commit: 0d4fd10fbab2767fad3eb27639905c8885b88c89 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-07-13T02:46:13-04:00 summary: Docs: Fix and improve the

[Python-checkins] gh-132346: Docs: Clarify that reference counts aren't stable between versions (GH-132352)

2025-07-13 Thread ZeroIntensity
https://github.com/python/cpython/commit/3dbe02ccd3eefc48ac9fa14427bb4cdb82d1ebae commit: 3dbe02ccd3eefc48ac9fa14427bb4cdb82d1ebae branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-07-13T05:10:37-04:00 summary: gh-132346: Docs: Clarify that reference counts aren't s

[Python-checkins] [3.13] gh-132346: Docs: Clarify that reference counts aren't stable between versions (GH-132352) (GH-136614)

2025-07-13 Thread ZeroIntensity
https://github.com/python/cpython/commit/fac28e47910ac2debcfe994b02a38b68a28b3eb5 commit: fac28e47910ac2debcfe994b02a38b68a28b3eb5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-13T09:18:27Z summary: [3.

[Python-checkins] gh-136394: Fix race condition in test_zstd (GH-136432)

2025-07-10 Thread ZeroIntensity
https://github.com/python/cpython/commit/f519918ec6c125715d4efc9713ba80e83346e466 commit: f519918ec6c125715d4efc9713ba80e83346e466 branch: main author: Rogdham <[email protected]> committer: ZeroIntensity date: 2025-07-10T08:47:27-04:00 summary: gh-136394: Fi

[Python-checkins] [3.14] gh-136394: Fix race condition in test_zstd (GH-136432) (GH-136506)

2025-07-10 Thread ZeroIntensity
https://github.com/python/cpython/commit/da8bcfd949885a9a057038ef0095f442b05ee29a commit: da8bcfd949885a9a057038ef0095f442b05ee29a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-10T09:13:34-04:00 summary:

[Python-checkins] [3.14] Docs: Fix and improve the `PyUnstable_Object_EnableDeferredRefcount` documentation (GH-135323) (GH-136610)

2025-07-12 Thread ZeroIntensity
https://github.com/python/cpython/commit/a1ed132a19ac8a799d1c187527ce16e543e8146f commit: a1ed132a19ac8a799d1c187527ce16e543e8146f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-13T06:52:58Z summary: [3.14

[Python-checkins] [3.14] Docs: Fix indentation in `slice` class of `functions.rst` (GH-134393) (#135948)

2025-06-25 Thread ZeroIntensity
https://github.com/python/cpython/commit/39bbf59a1922f92d91b6bec657d0458f9843c8a9 commit: 39bbf59a1922f92d91b6bec657d0458f9843c8a9 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-25T17:52:59Z summary: [3.14

[Python-checkins] Docs: Fix indentation in `slice` class of `functions.rst` (GH-134393)

2025-06-25 Thread ZeroIntensity
https://github.com/python/cpython/commit/6227662ff3bf838d31e9441eda935d24733d705a commit: 6227662ff3bf838d31e9441eda935d24733d705a branch: main author: Rob Reynolds committer: ZeroIntensity date: 2025-06-25T13:40:00-04:00 summary: Docs: Fix indentation in `slice` class of `functions.rst` (GH

[Python-checkins] [3.13] Docs: Fix indentation in `slice` class of `functions.rst` (GH-134393) (GH-135949)

2025-06-25 Thread ZeroIntensity
https://github.com/python/cpython/commit/335d7da5db642bac97b23f547387716569f92326 commit: 335d7da5db642bac97b23f547387716569f92326 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-25T17:45:57Z summary: [3.13

[Python-checkins] [3.14] gh-136135: Doc: Fix some broken links (GH-136137) (GH-136220)

2025-07-02 Thread ZeroIntensity
https://github.com/python/cpython/commit/b86d3f0d69de51971ecb530e9a7603466d76c8ab commit: b86d3f0d69de51971ecb530e9a7603466d76c8ab branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-03T00:57:39Z summary: [3.

[Python-checkins] gh-136135: Doc: Fix some broken links (GH-136137)

2025-07-02 Thread ZeroIntensity
https://github.com/python/cpython/commit/135ba86212ad116af3cc4a6ba656bc8cfaab131a commit: 135ba86212ad116af3cc4a6ba656bc8cfaab131a branch: main author: Weilin Du <[email protected]> committer: ZeroIntensity date: 2025-07-02T20:51:31-04:00 summary: gh-136135: Do

[Python-checkins] [3.13] gh-136135: Doc: Fix some broken links (GH-136137) (GH-136219)

2025-07-02 Thread ZeroIntensity
https://github.com/python/cpython/commit/004f4643387e19069718ffdb1437de830697c2d2 commit: 004f4643387e19069718ffdb1437de830697c2d2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-03T00:59:13Z summary: [3.

[Python-checkins] gh-101100: Fix references in `http.cookiejar` docs (GH-136238)

2025-07-05 Thread ZeroIntensity
https://github.com/python/cpython/commit/f0c7344a8fbfe67c05981cce67562e7facfae73d commit: f0c7344a8fbfe67c05981cce67562e7facfae73d branch: main author: Weilin Du <[email protected]> committer: ZeroIntensity date: 2025-07-05T09:29:02-04:00 summary: gh-10110

[Python-checkins] [3.13] gh-101100: Fix references in `http.cookiejar` docs (GH-136238) (GH-136317)

2025-07-05 Thread ZeroIntensity
https://github.com/python/cpython/commit/e7a2d2ae2c9f8f473d851900ab3e3bc193710f84 commit: e7a2d2ae2c9f8f473d851900ab3e3bc193710f84 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-05T13:35:52Z summary: [3.

[Python-checkins] [3.14] gh-101100: Fix references in `http.cookiejar` docs (GH-136238) (GH-136318)

2025-07-05 Thread ZeroIntensity
https://github.com/python/cpython/commit/53584d307add2c6f32e4bf9a34a3ffa310a1dcd0 commit: 53584d307add2c6f32e4bf9a34a3ffa310a1dcd0 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-05T13:35:24Z summary: [3.

[Python-checkins] [3.13] Docs: Move "or" outside monospace syntax in tarfile.rst (GH-136263) (GH-136348)

2025-07-06 Thread ZeroIntensity
https://github.com/python/cpython/commit/bc3390c00a27be3b51de6375034bfc6dac3ffac9 commit: bc3390c00a27be3b51de6375034bfc6dac3ffac9 branch: 3.13 author: Rafael Fontenelle committer: ZeroIntensity date: 2025-07-06T21:24:51-04:00 summary: [3.13] Docs: Move "or" outside monospace

[Python-checkins] [3.13] gh-131885: Update documented signatures for `csv.{writer,reader}` (GH-136085) (GH-136121)

2025-06-30 Thread ZeroIntensity
https://github.com/python/cpython/commit/ad5f88eafa93d6b150a00730cdbb4cb4f55c74e8 commit: ad5f88eafa93d6b150a00730cdbb4cb4f55c74e8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-30T13:38:49Z summary: [3.

[Python-checkins] [3.14] gh-131885: Update documented signatures for `csv.{writer,reader}` (GH-136085) (GH-136120)

2025-06-30 Thread ZeroIntensity
https://github.com/python/cpython/commit/ed7719a08d28eed8cf720fe721b881332db527eb commit: ed7719a08d28eed8cf720fe721b881332db527eb branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-30T13:38:57Z summary: [3.

[Python-checkins] gh-131885: Update documented signatures for `csv.{writer,reader}` (GH-136085)

2025-06-30 Thread ZeroIntensity
https://github.com/python/cpython/commit/75f40595e555e7d016cf9d2da8aaddb78bb20b2f commit: 75f40595e555e7d016cf9d2da8aaddb78bb20b2f branch: main author: Adam Dangoor committer: ZeroIntensity date: 2025-06-30T09:32:51-04:00 summary: gh-131885: Update documented signatures for `csv.{writer,reader

[Python-checkins] [3.14] gh-133982: Use implementation-specific `open` in `test_fileio.OtherFileTests` (GH-135364) (GH-136148)

2025-06-30 Thread ZeroIntensity
https://github.com/python/cpython/commit/028901e97ffb7c10fb07fbe45229c4f37ee6067d commit: 028901e97ffb7c10fb07fbe45229c4f37ee6067d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-30T22:23:34Z summary: [3.

[Python-checkins] gh-133982: Use implementation-specific `open` in `test_fileio.OtherFileTests` (GH-135364)

2025-06-30 Thread ZeroIntensity
https://github.com/python/cpython/commit/23caccf74ce2c8dc5d9c5eb6350d21ef20c6ea0b commit: 23caccf74ce2c8dc5d9c5eb6350d21ef20c6ea0b branch: main author: Cody Maloney committer: ZeroIntensity date: 2025-06-30T17:56:11-04:00 summary: gh-133982: Use implementation-specific `open` in

[Python-checkins] [3.13] gh-133982: Use implementation-specific `open` in `test_fileio.OtherFileTests` (GH-135364) (GH-136149)

2025-06-30 Thread ZeroIntensity
https://github.com/python/cpython/commit/1e3466a1ae5bdcee42a3dfdbd8aaa17135a6ecc2 commit: 1e3466a1ae5bdcee42a3dfdbd8aaa17135a6ecc2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-30T22:19:14Z summary: [3.

[Python-checkins] [3.13] gh-135110: Fix misleading `generator.close()` documentation (GH-135152) (GH-135986)

2025-06-26 Thread ZeroIntensity
https://github.com/python/cpython/commit/a7246323a28a707e8dab9437b1c07ffbc0d5d5a0 commit: a7246323a28a707e8dab9437b1c07ffbc0d5d5a0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-26T13:34:11Z summary: [3.

[Python-checkins] [3.14] gh-135110: Fix misleading `generator.close()` documentation (GH-135152) (GH-135985)

2025-06-26 Thread ZeroIntensity
https://github.com/python/cpython/commit/ad6c90f5ba2f597d352f1c770a729eba917f131b commit: ad6c90f5ba2f597d352f1c770a729eba917f131b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-26T13:34:33Z summary: [3.

[Python-checkins] Docs: Fix duplicate word typos (GH-135958)

2025-06-26 Thread ZeroIntensity
https://github.com/python/cpython/commit/34ce1920ca33c11ca2c379ed0ef30a91010bef4f commit: 34ce1920ca33c11ca2c379ed0ef30a91010bef4f branch: main author: Brian Schubert committer: ZeroIntensity date: 2025-06-26T20:00:19-04:00 summary: Docs: Fix duplicate word typos (GH-135958) files: M Doc/c-api

[Python-checkins] [3.14] Docs: Fix duplicate word typos (GH-135958) (GH-136007)

2025-06-26 Thread ZeroIntensity
https://github.com/python/cpython/commit/b99a417a6a068dc1f71f1c9f735f1ec0612e0031 commit: b99a417a6a068dc1f71f1c9f735f1ec0612e0031 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-27T00:05:53Z summary: [3.14

[Python-checkins] [3.13] Docs: Fix duplicate word typos (GH-135958) (GH-136008)

2025-06-26 Thread ZeroIntensity
https://github.com/python/cpython/commit/cee66dd2a0639c8fcd4f2fcaf307e4bc9631950d commit: cee66dd2a0639c8fcd4f2fcaf307e4bc9631950d branch: 3.13 author: Brian Schubert committer: ZeroIntensity date: 2025-06-26T20:13:46-04:00 summary: [3.13] Docs: Fix duplicate word typos (GH-135958) (GH-136008

[Python-checkins] gh-76595: Add note on `PyCapsule_Import` behavior (GH-134022)

2025-06-28 Thread ZeroIntensity
https://github.com/python/cpython/commit/579acf45629fa0b7787ec78fa4049fc6a6388b71 commit: 579acf45629fa0b7787ec78fa4049fc6a6388b71 branch: main author: Nicolas Trangez committer: ZeroIntensity date: 2025-06-28T09:01:41-04:00 summary: gh-76595: Add note on `PyCapsule_Import` behavior (GH-134022

[Python-checkins] [3.13] gh-76595: Add note on `PyCapsule_Import` behavior (GH-134022) (GH-136075)

2025-06-28 Thread ZeroIntensity
https://github.com/python/cpython/commit/a2f1d22a362cccab59691fa4fa2b202475480b04 commit: a2f1d22a362cccab59691fa4fa2b202475480b04 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-28T13:07:42Z summary: [3.

[Python-checkins] [3.14] gh-76595: Add note on `PyCapsule_Import` behavior (GH-134022) (GH-136074)

2025-06-28 Thread ZeroIntensity
https://github.com/python/cpython/commit/42e13b8f8a6823a3dcd426a0ad6dcf3f080c7469 commit: 42e13b8f8a6823a3dcd426a0ad6dcf3f080c7469 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-28T13:08:15Z summary: [3.

[Python-checkins] [3.14] gh-127604: Docs: Include a C stack in the `faulthandler` example (GH-136081) (GH-136102)

2025-06-29 Thread ZeroIntensity
https://github.com/python/cpython/commit/231d8012225ed5c33f6e4e60573e53fece65fa1e commit: 231d8012225ed5c33f6e4e60573e53fece65fa1e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-29T15:05:40Z summary: [3.

[Python-checkins] gh-127604: Docs: Include a C stack in the `faulthandler` example (GH-136081)

2025-06-29 Thread ZeroIntensity
https://github.com/python/cpython/commit/39478479146f1f4188119a0e7ffdcdc7b6016bd7 commit: 39478479146f1f4188119a0e7ffdcdc7b6016bd7 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-06-29T10:58:26-04:00 summary: gh-127604: Docs: Include a C stack in the `faulthandler` example

[Python-checkins] [3.14] gh-136421: Load `_datetime` static types during interpreter initialization (GH-136583) (GH-136943)

2025-07-21 Thread ZeroIntensity
https://github.com/python/cpython/commit/ecd97caaf5923764d22f6bd29339b8416c0c1917 commit: ecd97caaf5923764d22f6bd29339b8416c0c1917 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-21T19:23:05-04:00 summary:

[Python-checkins] gh-136492: Add `FrameLocalsProxyType` to `types` (GH-136546)

2025-07-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/8f59fbb082a4d64619aeededc47b3b45212d2341 commit: 8f59fbb082a4d64619aeededc47b3b45212d2341 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-07-20T20:49:00+02:00 summary: gh-136492: Add `FrameLocalsProxyType` to `types` (GH-136546) Co

[Python-checkins] gh-136421: Load `_datetime` static types during interpreter initialization (GH-136583)

2025-07-21 Thread ZeroIntensity
https://github.com/python/cpython/commit/a10960699a2b3e4e62896331c4f9cfd162ebf440 commit: a10960699a2b3e4e62896331c4f9cfd162ebf440 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-07-21T13:47:26-04:00 summary: gh-136421: Load `_datetime` static types during interpreter

[Python-checkins] [3.14] Docs: Emphasize parameter name in `pkgutil.iter_importers` (GH-135597) (GH-135710)

2025-06-19 Thread ZeroIntensity
https://github.com/python/cpython/commit/250bb7fffd0b7270064505a3acaa025a268985ce commit: 250bb7fffd0b7270064505a3acaa025a268985ce branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-19T13:02:22Z summary: [3.14

[Python-checkins] [3.13] Docs: Emphasize parameter name in `pkgutil.iter_importers` (GH-135597) (GH-135711)

2025-06-19 Thread ZeroIntensity
https://github.com/python/cpython/commit/af48f39a440a5c23d89508c038da5d560e74fe48 commit: af48f39a440a5c23d89508c038da5d560e74fe48 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-19T13:04:46Z summary: [3.13

[Python-checkins] Docs: Add missing lines between regex and text (GH-134505)

2025-06-19 Thread ZeroIntensity
https://github.com/python/cpython/commit/754190287ece5a2e66684161aadafb18f5f44868 commit: 754190287ece5a2e66684161aadafb18f5f44868 branch: main author: Rafael Fontenelle committer: ZeroIntensity date: 2025-06-19T11:01:29-04:00 summary: Docs: Add missing lines between regex and text (GH-134505

[Python-checkins] [3.14] Docs: Add missing lines between regex and text (GH-134505) (GH-135718)

2025-06-19 Thread ZeroIntensity
https://github.com/python/cpython/commit/a7abb8c8e6970f01d12c34d956b2cc9d31a41235 commit: a7abb8c8e6970f01d12c34d956b2cc9d31a41235 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-19T15:07:12Z summary: [3.14

[Python-checkins] [3.13] Docs: Add missing lines between regex and text (GH-134505) (GH-135719)

2025-06-19 Thread ZeroIntensity
https://github.com/python/cpython/commit/2537188f9562441a34fc5d329a8e2948a1106016 commit: 2537188f9562441a34fc5d329a8e2948a1106016 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-19T15:07:40Z summary: [3.13

[Python-checkins] Docs: Emphasize parameter name in `pkgutil.iter_importers` (GH-135597)

2025-06-19 Thread ZeroIntensity
https://github.com/python/cpython/commit/ff639af8eee11e7ca0b2724bc10652a00e5d commit: ff639af8eee11e7ca0b2724bc10652a00e5d branch: main author: Rafael Fontenelle committer: ZeroIntensity date: 2025-06-19T08:56:43-04:00 summary: Docs: Emphasize parameter name in `pkgutil.iter_importers

[Python-checkins] [3.13] Docs: Fix markups for emphasis (GH-135598) (GH-135686)

2025-06-18 Thread ZeroIntensity
https://github.com/python/cpython/commit/dfe0e30c80ea6f6fd3d13c578df1a53516854f1c commit: dfe0e30c80ea6f6fd3d13c578df1a53516854f1c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-18T17:44:43Z summary: [3.13

[Python-checkins] [3.14] Docs: Fix markups for emphasis (GH-135598) (GH-135685)

2025-06-18 Thread ZeroIntensity
https://github.com/python/cpython/commit/1734b295b3c2b06ed296c29a9081bd6d0da8f75b commit: 1734b295b3c2b06ed296c29a9081bd6d0da8f75b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-18T17:39:06Z summary: [3.14

[Python-checkins] Docs: Fix markups for emphasis (GH-135598)

2025-06-18 Thread ZeroIntensity
https://github.com/python/cpython/commit/46c60e0d0b716e8e6f0b74a0f9d0542605b1efd4 commit: 46c60e0d0b716e8e6f0b74a0f9d0542605b1efd4 branch: main author: Yuki Kobayashi committer: ZeroIntensity date: 2025-06-18T13:32:43-04:00 summary: Docs: Fix markups for emphasis (GH-135598) The word emphasis

[Python-checkins] Docs: Document `PyExceptionClass` functions in the C API (GH-135697)

2025-06-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/59963e866a1bb8128a50cd53d1b13eeab03df06e commit: 59963e866a1bb8128a50cd53d1b13eeab03df06e branch: main author: Yuki Kobayashi committer: ZeroIntensity date: 2025-06-20T09:57:04-04:00 summary: Docs: Document `PyExceptionClass` functions in the C API (GH

[Python-checkins] [3.14] Docs: Document `PyExceptionClass` functions in the C API (GH-135697) (GH-135757)

2025-06-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/bd24261728e6b3c0c383746b72ad3ef34ed07bf1 commit: bd24261728e6b3c0c383746b72ad3ef34ed07bf1 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-20T14:03:46Z summary: [3.14

[Python-checkins] [3.13] Docs: Document `PyExceptionClass` functions in the C API (GH-135697) (GH-135758)

2025-06-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/c6e26ef881471a9d1b68e72e203b5d346a5f5f9a commit: c6e26ef881471a9d1b68e72e203b5d346a5f5f9a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-20T14:03:10Z summary: [3.13

[Python-checkins] [3.14] Docs: Add cross-reference for `positional_item` in the `calls` productionlist (GH-129977) (GH-135940)

2025-06-25 Thread ZeroIntensity
https://github.com/python/cpython/commit/8ef0398238f68721bc5bffa3446f1ed6b2155cc4 commit: 8ef0398238f68721bc5bffa3446f1ed6b2155cc4 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-25T14:30:42Z summary: [3.14

[Python-checkins] Docs: Add cross-reference for `positional_item` in the `calls` productionlist (GH-129977)

2025-06-25 Thread ZeroIntensity
https://github.com/python/cpython/commit/d2154912b3b10823c138e904e74f2a1e7e7ca96c commit: d2154912b3b10823c138e904e74f2a1e7e7ca96c branch: main author: HarryLHW <[email protected]> committer: ZeroIntensity date: 2025-06-25T10:24:58-04:00 summary: Docs: Add cross-reference for `positiona

[Python-checkins] [3.13] Docs: Add cross-reference for `positional_item` in the `calls` productionlist (GH-129977) (GH-135941)

2025-06-25 Thread ZeroIntensity
https://github.com/python/cpython/commit/86c050a5ca9f27851ecc85f436c4dac42d2004df commit: 86c050a5ca9f27851ecc85f436c4dac42d2004df branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-25T14:31:25Z summary: [3.13

[Python-checkins] [3.14] Fix example according to PEP 750 in "What's new in 3.14" (GH-134727) (GH-135870)

2025-06-23 Thread ZeroIntensity
https://github.com/python/cpython/commit/7227aa4bfafaa519867ad59e697c47e78c7a643f commit: 7227aa4bfafaa519867ad59e697c47e78c7a643f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-23T23:42:04Z summary: [3.1

[Python-checkins] Fix example according to PEP 750 in "What's new in 3.14" (GH-134727)

2025-06-23 Thread ZeroIntensity
https://github.com/python/cpython/commit/2793b68f758c10fb63b264787f10d46a71fc8086 commit: 2793b68f758c10fb63b264787f10d46a71fc8086 branch: main author: Vincent Poulailleau committer: ZeroIntensity date: 2025-06-23T19:36:30-04:00 summary: Fix example according to PEP 750 in "What's n

[Python-checkins] Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510)

2025-06-23 Thread ZeroIntensity
https://github.com/python/cpython/commit/caad163b691b2343d823541cfbf741f481ee9f3e commit: caad163b691b2343d823541cfbf741f481ee9f3e branch: main author: Yongzi Li <[email protected]> committer: ZeroIntensity date: 2025-06-23T18:53:33-04:00 summary: Docs: Use `argumen

[Python-checkins] [3.14] Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510) (GH-135866)

2025-06-23 Thread ZeroIntensity
https://github.com/python/cpython/commit/c9cbe060a227b114c97e38603df46b12b4e29afe commit: c9cbe060a227b114c97e38603df46b12b4e29afe branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-23T22:59:24Z summary: [3.14

[Python-checkins] [3.13] Docs: Use `arguments` to replace `args` in `argparse.rst` (GH-135510) (GH-135867)

2025-06-23 Thread ZeroIntensity
https://github.com/python/cpython/commit/980d6cc0c8a540ce45e40c5e75d1fb3e05a5133a commit: 980d6cc0c8a540ce45e40c5e75d1fb3e05a5133a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-23T22:59:17Z summary: [3.13

[Python-checkins] Docs: Remove unnecessary trailing backslashes (GH-135781)

2025-06-21 Thread ZeroIntensity
https://github.com/python/cpython/commit/6a16b3c440cf9ecabecd3e90f44310e3b0765780 commit: 6a16b3c440cf9ecabecd3e90f44310e3b0765780 branch: main author: Rafael Fontenelle committer: ZeroIntensity date: 2025-06-21T09:01:14-04:00 summary: Docs: Remove unnecessary trailing backslashes (GH-135781

[Python-checkins] [3.14] Docs: Remove unnecessary trailing backslashes (GH-135781) (GH-135791)

2025-06-21 Thread ZeroIntensity
https://github.com/python/cpython/commit/73e2089ed135d38ec814e8a8ce348bf3db0607f6 commit: 73e2089ed135d38ec814e8a8ce348bf3db0607f6 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-21T13:07:51Z summary: [3.14

[Python-checkins] gh-135110: Fix misleading `generator.close()` documentation (GH-135152)

2025-06-26 Thread ZeroIntensity
https://github.com/python/cpython/commit/0d76dccc3b4376ba075a1737f58809e3d833 commit: 0d76dccc3b4376ba075a1737f58809e3d833 branch: main author: Connor Denihan <[email protected]> committer: ZeroIntensity date: 2025-06-26T09:27:25-04:00 summary: gh-13511

[Python-checkins] [3.14] gh-136470: Correct InterpreterPoolExecutor's default thread name (GH-136472) (GH-136889)

2025-07-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/9663f93a50469828e3c149c6b535227170a29409 commit: 9663f93a50469828e3c149c6b535227170a29409 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-21T00:00:19Z summary: [3.

[Python-checkins] gh-136470: Correct InterpreterPoolExecutor's default thread name (GH-136472)

2025-07-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/246be21de1e2a51d757c747902108dfec13e0605 commit: 246be21de1e2a51d757c747902108dfec13e0605 branch: main author: AN Long committer: ZeroIntensity date: 2025-07-20T23:34:32Z summary: gh-136470: Correct InterpreterPoolExecutor's default thread nam

[Python-checkins] gh-137093: Fix race condition in `test_embed.test_bpo20891` (GH-137094)

2025-07-25 Thread ZeroIntensity
https://github.com/python/cpython/commit/9b451fb457a5de9ed535a0e2f41161dfaa9a419a commit: 9b451fb457a5de9ed535a0e2f41161dfaa9a419a branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-07-25T08:33:18-04:00 summary: gh-137093: Fix race condition in `test_embed.test_bpo20891` (GH

[Python-checkins] [3.13] gh-130522: Fix unraisable TypeError in threading at interpreter shutdown (GH-131537) (GH-137106)

2025-07-25 Thread ZeroIntensity
https://github.com/python/cpython/commit/8f4121168a1e243bf10615011913b785a6a00f12 commit: 8f4121168a1e243bf10615011913b785a6a00f12 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-25T15:14:27Z summary: [3.

[Python-checkins] gh-137282: Fix `TypeError` in tab completion and `dir()` of `concurrent.futures` (GH-137214)

2025-07-31 Thread ZeroIntensity
https://github.com/python/cpython/commit/2a87af062b79d914ce0120f1f1763213c1ebe8c4 commit: 2a87af062b79d914ce0120f1f1763213c1ebe8c4 branch: main author: Henry Schreiner committer: ZeroIntensity date: 2025-07-31T16:17:27Z summary: gh-137282: Fix `TypeError` in tab completion and `dir()` of

[Python-checkins] gh-137257: Upgrade bundled pip to 25.2 (GH-137258)

2025-08-03 Thread ZeroIntensity
https://github.com/python/cpython/commit/506542b5966073203f0da71a487de24e596b7979 commit: 506542b5966073203f0da71a487de24e596b7979 branch: main author: Richard Si committer: ZeroIntensity date: 2025-08-03T22:00:17-04:00 summary: gh-137257: Upgrade bundled pip to 25.2 (GH-137258) files: A Lib

[Python-checkins] [3.13] gh-137257: Upgrade bundled pip to 25.2 (GH-137258) (GH-137362)

2025-08-03 Thread ZeroIntensity
https://github.com/python/cpython/commit/1ba09b2f0445eb80fd255ee2d9cbbdc859e0bb41 commit: 1ba09b2f0445eb80fd255ee2d9cbbdc859e0bb41 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-08-04T02:23:25Z summary: [3.

[Python-checkins] gh-134170: Add colorization to unraisable exceptions (#134183)

2025-08-04 Thread ZeroIntensity
https://github.com/python/cpython/commit/e8251dc0ae6a85f6a0e427ae64fb0fe847eb3cf8 commit: e8251dc0ae6a85f6a0e427ae64fb0fe847eb3cf8 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-08-04T14:35:00Z summary: gh-134170: Add colorization to unraisable exceptions (#134183

[Python-checkins] gh-137514: Add a free-threading wrapper for mutexes (GH-137515)

2025-08-07 Thread ZeroIntensity
https://github.com/python/cpython/commit/082f370cdd0ec1484b033c70ec81b4b7a972ee2c commit: 082f370cdd0ec1484b033c70ec81b4b7a972ee2c branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-08-07T11:24:50-04:00 summary: gh-137514: Add a free-threading wrapper for mutexes (GH-137515

[Python-checkins] [3.13] gh-137440: Update comment in Python/hamt.c on importing for testing (GH-137441) (GH-137520)

2025-08-07 Thread ZeroIntensity
https://github.com/python/cpython/commit/599454e65d3d45ca2a88b33d7de3145a753a5ed5 commit: 599454e65d3d45ca2a88b33d7de3145a753a5ed5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-08-07T16:54:52Z summary: [3.

[Python-checkins] gh-137440: Update comment in Python/hamt.c on importing for testing (GH-137441)

2025-08-07 Thread ZeroIntensity
https://github.com/python/cpython/commit/7ab68cd50658f76abc9e0f12e6212736e2440720 commit: 7ab68cd50658f76abc9e0f12e6212736e2440720 branch: main author: Bartosz Sławecki committer: ZeroIntensity date: 2025-08-07T09:50:49-04:00 summary: gh-137440: Update comment in Python/hamt.c on importing for

[Python-checkins] [3.13] gh-137583: Only lock the SSL context, not the SSL socket (GH-137588) (GH-137613)

2025-08-11 Thread ZeroIntensity
https://github.com/python/cpython/commit/da39cb9716a5fd781e5ded25f0f203462c88aa02 commit: da39cb9716a5fd781e5ded25f0f203462c88aa02 branch: 3.13 author: Peter Bierma committer: ZeroIntensity date: 2025-08-11T22:05:13-04:00 summary: [3.13] gh-137583: Only lock the SSL context, not the SSL socket

[Python-checkins] [3.13] gh-44538: Mention nested classes/functions in doctest docs (GH-137870) (GH-137917)

2025-08-18 Thread ZeroIntensity
https://github.com/python/cpython/commit/d1882577a32125870c0bc8030d90221068b6b071 commit: d1882577a32125870c0bc8030d90221068b6b071 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-08-18T15:05:12Z summary: [3.

[Python-checkins] gh-44538: Mention nested classes/functions in doctest docs (GH-137870)

2025-08-18 Thread ZeroIntensity
https://github.com/python/cpython/commit/138ed6db9f89171983dc32af4e7ad2e73d46a940 commit: 138ed6db9f89171983dc32af4e7ad2e73d46a940 branch: main author: Bartosz Sławecki committer: ZeroIntensity date: 2025-08-18T10:58:23-04:00 summary: gh-44538: Mention nested classes/functions in doctest docs

[Python-checkins] gh-131178: Add tests for `site` command-line interface (GH-133582)

2025-08-15 Thread ZeroIntensity
https://github.com/python/cpython/commit/03f5519d776e28ffd0b8344ef328ecddf863fe0a commit: 03f5519d776e28ffd0b8344ef328ecddf863fe0a branch: main author: ggqlq <[email protected]> committer: ZeroIntensity date: 2025-08-15T14:00:43-04:00 summary: gh-131178: Add tes

[Python-checkins] gh-139098: Use multiphase initialization in `_testcapi` (GH-139102)

2025-09-18 Thread ZeroIntensity
https://github.com/python/cpython/commit/49f1c302df2621dcc2aa0386d90ed8502e0ed024 commit: 49f1c302df2621dcc2aa0386d90ed8502e0ed024 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-09-18T11:00:50Z summary: gh-139098: Use multiphase initialization in `_testcapi` (GH-139102

[Python-checkins] gh-135729: Store reference to globals in `Interpreter._decref` (GH-139104)

2025-09-19 Thread ZeroIntensity
https://github.com/python/cpython/commit/571210b8f34a54922e5eb11d65060d7a77b8bdf0 commit: 571210b8f34a54922e5eb11d65060d7a77b8bdf0 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-09-18T11:17:51Z summary: gh-135729: Store reference to globals in `Interpreter._decref` (GH

[Python-checkins] [3.13] gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164) (GH-139169)

2025-09-19 Thread ZeroIntensity
https://github.com/python/cpython/commit/63dd27da3ba17a9584907cf179c0f33ba92de98a commit: 63dd27da3ba17a9584907cf179c0f33ba92de98a branch: 3.13 author: Peter Bierma committer: ZeroIntensity date: 2025-09-19T15:09:44Z summary: [3.13] gh-112729: Correctly fail when the process is out of memory

[Python-checkins] gh-138479: Ensure that `__typing_subst__` returns a tuple (GH-138482)

2025-09-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/1da989be74eaa94590ec28e750e5352de1ead227 commit: 1da989be74eaa94590ec28e750e5352de1ead227 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-09-11T06:39:09-04:00 summary: gh-138479: Ensure that `__typing_subst__` returns a tuple (GH

[Python-checkins] gh-112729: Correctly fail when the process is out of memory during interpreter creation (GH-139164)

2025-09-19 Thread ZeroIntensity
https://github.com/python/cpython/commit/d06113c7a7cac76a28847702685e601b79f71bf8 commit: d06113c7a7cac76a28847702685e601b79f71bf8 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-09-19T10:41:09-04:00 summary: gh-112729: Correctly fail when the process is out of memory

[Python-checkins] [3.13] Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH-139117) (GH-139119)

2025-09-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/24b699231bba785d30309969fec9a049b2a294ac commit: 24b699231bba785d30309969fec9a049b2a294ac branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-09-18T12:17:06Z summary:

[Python-checkins] gh-126016: Remove bad assertion in `PyThreadState_Clear` (GH-139158)

2025-09-19 Thread ZeroIntensity
https://github.com/python/cpython/commit/9243a4b93397f04237a5112011ee03433eda0462 commit: 9243a4b93397f04237a5112011ee03433eda0462 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-09-19T12:17:05Z summary: gh-126016: Remove bad assertion in `PyThreadState_Clear` (GH-139158

[Python-checkins] [3.13] gh-134163: Fix an infinite loop when the process runs out of memory in a `try` block (GH-138491)

2025-09-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/afec6a546049b80fdbaf18baa3a4d2cbc535ce58 commit: afec6a546049b80fdbaf18baa3a4d2cbc535ce58 branch: 3.13 author: yihong committer: ZeroIntensity date: 2025-09-10T12:54:42-04:00 summary: [3.13] gh-134163: Fix an infinite loop when the process runs out of

[Python-checkins] gh-136003: Execute pre-finalization callbacks in a loop (GH-136004)

2025-09-18 Thread ZeroIntensity
https://github.com/python/cpython/commit/21914979335edee4f2b4d0afa5ba857a87b78bd1 commit: 21914979335edee4f2b4d0afa5ba857a87b78bd1 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-09-18T08:29:12-04:00 summary: gh-136003: Execute pre-finalization callbacks in a loop (GH

[Python-checkins] Document `Py_AddPendingCall()` change with subinterpreters in 3.12 (GH-139117)

2025-09-18 Thread ZeroIntensity
https://github.com/python/cpython/commit/89ff88be89328964dbc50a474a84c566fe920b46 commit: 89ff88be89328964dbc50a474a84c566fe920b46 branch: main author: Peter Bierma committer: ZeroIntensity date: 2025-09-18T12:10:41Z summary: Document `Py_AddPendingCall()` change with subinterpreters in 3.12

  1   2   3   4   >