[Python-checkins] gh-141968: use `bytearray.take_bytes` in `encodings.idna` (#141975)

2025-11-26 Thread kumaraditya303
https://github.com/python/cpython/commit/9ac14288d7147dbbae08a8ffd8581e0f5e6fd706 commit: 9ac14288d7147dbbae08a8ffd8581e0f5e6fd706 branch: main author: Cody Maloney committer: kumaraditya303 date: 2025-11-26T21:16:25+05:30 summary: gh-141968: use `bytearray.take_bytes` in `encodings.idna

[Python-checkins] gh-141968: use `bytearray.take_bytes` in `wave._byteswap` (#141973)

2025-11-26 Thread kumaraditya303
https://github.com/python/cpython/commit/9dbf77beb62c65e18eb766f0e867b7d96fa7b56a commit: 9dbf77beb62c65e18eb766f0e867b7d96fa7b56a branch: main author: Cody Maloney committer: kumaraditya303 date: 2025-11-26T21:15:12+05:30 summary: gh-141968: use `bytearray.take_bytes` in `wave._byteswap

[Python-checkins] gh-141968: Use `bytearray.take_bytes` in `base64` `_b32encode` and `_b32decode` (#141971)

2025-11-26 Thread kumaraditya303
https://github.com/python/cpython/commit/2c1fdf3592cee02f7d2e2f250f2fbd67ddea0a2c commit: 2c1fdf3592cee02f7d2e2f250f2fbd67ddea0a2c branch: main author: Cody Maloney committer: kumaraditya303 date: 2025-11-26T21:14:25+05:30 summary: gh-141968: Use `bytearray.take_bytes` in `base64` `_b32encode

[Python-checkins] Correct indentation in `stdtypes.rst` (#141957)

2025-11-25 Thread kumaraditya303
https://github.com/python/cpython/commit/8c33c6143e303c403ac81c3ca3582674fcfb49a5 commit: 8c33c6143e303c403ac81c3ca3582674fcfb49a5 branch: main author: Guo Ci committer: kumaraditya303 date: 2025-11-26T11:55:52+05:30 summary: Correct indentation in `stdtypes.rst` (#141957) files: M Doc/library

[Python-checkins] gh-141863: use `bytearray.take_bytes` in asyncio streams for better performance (#141864)

2025-11-24 Thread kumaraditya303
https://github.com/python/cpython/commit/b484c32d0ae386df8751aea86b3055813d8f805b commit: b484c32d0ae386df8751aea86b3055813d8f805b branch: main author: Cody Maloney committer: kumaraditya303 date: 2025-11-24T21:06:53+05:30 summary: gh-141863: use `bytearray.take_bytes` in asyncio streams for

[Python-checkins] [3.14] gh-129559: add `bytearray.resize` thread safety test for free-threading (GH-141739) (#141835)

2025-11-21 Thread kumaraditya303
https://github.com/python/cpython/commit/cfcf7652f6ae9be84e1973f2d3b1acb40b04ca53 commit: cfcf7652f6ae9be84e1973f2d3b1acb40b04ca53 branch: 3.14 author: Cody Maloney committer: kumaraditya303 date: 2025-11-22T09:41:20+05:30 summary: [3.14] gh-129559: add `bytearray.resize` thread safety test for

[Python-checkins] gh-129559: add `bytearray.resize` thread safety test for free-threading (#141739)

2025-11-21 Thread kumaraditya303
https://github.com/python/cpython/commit/019c315a8e52978da67a3108e441ed5ee376f504 commit: 019c315a8e52978da67a3108e441ed5ee376f504 branch: main author: Cody Maloney committer: kumaraditya303 date: 2025-11-21T23:42:22+05:30 summary: gh-129559: add `bytearray.resize` thread safety test for free

[Python-checkins] gh-140795: fetch thread state once on fast path for critical sections (#141406)

2025-11-21 Thread kumaraditya303
https://github.com/python/cpython/commit/49ff8b6cc017bb6e9bdb3bf4918d65f32f7aaed8 commit: 49ff8b6cc017bb6e9bdb3bf4918d65f32f7aaed8 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-11-21T19:49:53+05:30 summary: gh-140795: fetch thread state once on fast path for critical

[Python-checkins] fix memory order of `_Py_atomic_store_uint_release` (#141562)

2025-11-17 Thread kumaraditya303
https://github.com/python/cpython/commit/7800b78067162fc9d7cb6926f703fe14dee1702a commit: 7800b78067162fc9d7cb6926f703fe14dee1702a branch: main author: SubbaraoGarlapati <[email protected]> committer: kumaraditya303 date: 2025-11-17T16:53:12+05:30 summary

[Python-checkins] [3.14] gh-114203: skip locking if object is already locked by two-mutex critical section (GH-141476) (#141564)

2025-11-14 Thread kumaraditya303
https://github.com/python/cpython/commit/1cde019ecd04561da7a24090adb9d0c87e2c7b97 commit: 1cde019ecd04561da7a24090adb9d0c87e2c7b97 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-11-14T18:38:30Z summary: [3.

[Python-checkins] gh-114203: skip locking if object is already locked by two-mutex critical section (#141476)

2025-11-14 Thread kumaraditya303
https://github.com/python/cpython/commit/f26ed455d5582a7d66618acf2a93bc4b22a84b47 commit: f26ed455d5582a7d66618acf2a93bc4b22a84b47 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-11-14T23:17:59+05:30 summary: gh-114203: skip locking if object is already locked by two

[Python-checkins] [3.14] gh-140260: fix data race in `_struct` module initialization with subinterpreters (GH-140909) (#141501)

2025-11-13 Thread kumaraditya303
https://github.com/python/cpython/commit/79195df23c694770b3b03ff90b90ae734f930cb7 commit: 79195df23c694770b3b03ff90b90ae734f930cb7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-11-13T17:23:22+05:30 summary:

[Python-checkins] [3.13] gh-103847: fix cancellation safety of `asyncio.create_subprocess_exec` (GH-140805) (#141447)

2025-11-13 Thread kumaraditya303
https://github.com/python/cpython/commit/e5b82c433c5ca6dbdcf6f857da71104f597b17d4 commit: e5b82c433c5ca6dbdcf6f857da71104f597b17d4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-11-13T17:05:01+05:30 summary:

[Python-checkins] [3.14] gh-103847: fix cancellation safety of `asyncio.create_subprocess_exec` (GH-140805) (#141446)

2025-11-13 Thread kumaraditya303
https://github.com/python/cpython/commit/7e9400c3e6e1322904204e7411494e8bc7b44237 commit: 7e9400c3e6e1322904204e7411494e8bc7b44237 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-11-13T17:03:04+05:30 summary:

[Python-checkins] gh-140260: fix data race in `_struct` module initialization with subinterpreters (#140909)

2025-11-13 Thread kumaraditya303
https://github.com/python/cpython/commit/63548b36998e7f7cd5c7c28b53b348a93f836737 commit: 63548b36998e7f7cd5c7c28b53b348a93f836737 branch: main author: Shamil committer: kumaraditya303 date: 2025-11-13T16:31:31+05:30 summary: gh-140260: fix data race in `_struct` module initialization with

[Python-checkins] [3.14] gh-132657: add regression test for `PySet_Contains` with unhashable type (GH-141411) (#141468)

2025-11-12 Thread kumaraditya303
https://github.com/python/cpython/commit/ba73decce140309a6058c4b27dd934ce17025659 commit: ba73decce140309a6058c4b27dd934ce17025659 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-11-12T15:49:09Z summary: [3.

[Python-checkins] [3.13] gh-132657: add regression test for `PySet_Contains` with unhashable type (GH-141411) (#141467)

2025-11-12 Thread kumaraditya303
https://github.com/python/cpython/commit/18b883b9e943cf31077ec227f6eb81ba62b59928 commit: 18b883b9e943cf31077ec227f6eb81ba62b59928 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-11-12T21:12:18+05:30 summary:

[Python-checkins] gh-132657: add regression test for `PySet_Contains` with unhashable type (#141411)

2025-11-12 Thread kumaraditya303
https://github.com/python/cpython/commit/2ac738d325a6934e39fecb097f43d4d4ed97a2b9 commit: 2ac738d325a6934e39fecb097f43d4d4ed97a2b9 branch: main author: M Bussonnier committer: kumaraditya303 date: 2025-11-12T20:50:08+05:30 summary: gh-132657: add regression test for `PySet_Contains` with

[Python-checkins] GH-116946: revert eliminate the need for the GC in the `_thread.lock` and `_thread.RLock` (#141448)

2025-11-11 Thread kumaraditya303
https://github.com/python/cpython/commit/f1b7961ccfa050e9c80622fff1b3cdada46f9aab commit: f1b7961ccfa050e9c80622fff1b3cdada46f9aab branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-11-12T07:21:43Z summary: GH-116946: revert eliminate the need for the GC in the `_thread.lock

[Python-checkins] gh-103847: fix cancellation safety of `asyncio.create_subprocess_exec` (#140805)

2025-11-11 Thread kumaraditya303
https://github.com/python/cpython/commit/ef474cfafbdf3aa383fb1334a7ab95cef9834ced commit: ef474cfafbdf3aa383fb1334a7ab95cef9834ced branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-11-12T10:47:38+05:30 summary: gh-103847: fix cancellation safety of

[Python-checkins] GH-116946: eliminate the need for the GC in the `_thread.lock` and `_thread.RLock` (#141268)

2025-11-11 Thread kumaraditya303
https://github.com/python/cpython/commit/fbebca289d811669fc1980e3a135325b8542a846 commit: fbebca289d811669fc1980e3a135325b8542a846 branch: main author: Sergey Miryanov committer: kumaraditya303 date: 2025-11-12T10:29:48+05:30 summary: GH-116946: eliminate the need for the GC in the

[Python-checkins] gh-116738: use `PyMutex` in `lzma` module (#140711)

2025-11-11 Thread kumaraditya303
https://github.com/python/cpython/commit/c13b59204af562bfb022eb8f6a5c03eb82659531 commit: c13b59204af562bfb022eb8f6a5c03eb82659531 branch: main author: Alper committer: kumaraditya303 date: 2025-11-12T02:01:55+05:30 summary: gh-116738: use `PyMutex` in `lzma` module (#140711) Co-authored-by

[Python-checkins] gh-140476: optimize `PySet_Add` for `frozenset` in free-threading (#140440)

2025-11-11 Thread kumaraditya303
https://github.com/python/cpython/commit/298e9074cdffb09d518e6aceea556e8f4a8a745d commit: 298e9074cdffb09d518e6aceea556e8f4a8a745d branch: main author: Alper committer: kumaraditya303 date: 2025-11-12T01:57:21+05:30 summary: gh-140476: optimize `PySet_Add` for `frozenset` in free-threading

[Python-checkins] gh-132657: optimize `PySet_Contains` for `frozenset` (#141183)

2025-11-11 Thread kumaraditya303
https://github.com/python/cpython/commit/7211a34fe1d9704935342af8c9b46725629f2d97 commit: 7211a34fe1d9704935342af8c9b46725629f2d97 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-11-11T20:02:32+05:30 summary: gh-132657: optimize `PySet_Contains` for `frozenset` (#141183

[Python-checkins] gh-141186: document `asyncio.Task` cancellation propagation behavior (#141249)

2025-11-08 Thread kumaraditya303
https://github.com/python/cpython/commit/b36f01d03f8f89cadd8436a7261ca29e4030d30c commit: b36f01d03f8f89cadd8436a7261ca29e4030d30c branch: main author: Mohsin Mehmood <[email protected]> committer: kumaraditya303 date: 2025-11-09T10:19:29+05:30 summary: gh-

[Python-checkins] fix typos in contextvars asyncio support example docs (#141219)

2025-11-08 Thread kumaraditya303
https://github.com/python/cpython/commit/c1785129c3b1b020e1523ff4f0d4314b9854d0e3 commit: c1785129c3b1b020e1523ff4f0d4314b9854d0e3 branch: main author: Brandon Hubacher committer: kumaraditya303 date: 2025-11-08T09:08:19Z summary: fix typos in contextvars asyncio support example docs (#141219

[Python-checkins] gh-140939: Fix memory leak in `_PyBytes_FormatEx` error path (#140957)

2025-11-05 Thread kumaraditya303
https://github.com/python/cpython/commit/d6c89a2df2c8b7603125883494e9058a88348f66 commit: d6c89a2df2c8b7603125883494e9058a88348f66 branch: main author: Stan Ulbrych <[email protected]> committer: kumaraditya303 date: 2025-11-06T11:20:57+05:30 summary: gh-

[Python-checkins] docs: fix a grammatical error in function.rst (#140990)

2025-11-05 Thread kumaraditya303
https://github.com/python/cpython/commit/9037a386c6ed0c71cf8525ef91c55694ebeedc36 commit: 9037a386c6ed0c71cf8525ef91c55694ebeedc36 branch: main author: RayXu <[email protected]> committer: kumaraditya303 date: 2025-11-06T11:18:30+05:30 summary: docs:

[Python-checkins] [3.14] gh-140569: recommend the new REPL in the asyncio REPL docs (GH-140570) (#141115)

2025-11-05 Thread kumaraditya303
https://github.com/python/cpython/commit/f2353d60dbde2298c7c5c0f7c903c56739073d0a commit: f2353d60dbde2298c7c5c0f7c903c56739073d0a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-11-06T05:46:15Z summary: [3.

[Python-checkins] [3.13] gh-140569: recommend the new REPL in the asyncio REPL docs (GH-140570) (#141116)

2025-11-05 Thread kumaraditya303
https://github.com/python/cpython/commit/a29f5218e5996b9a357da33ec6bdb7ff9620ef8b commit: a29f5218e5996b9a357da33ec6bdb7ff9620ef8b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-11-06T05:45:18Z summary: [3.

[Python-checkins] [3.14] Fix Queue.shutdown docs for condition to unblock a join (gh-137088) (#141073)

2025-11-05 Thread kumaraditya303
https://github.com/python/cpython/commit/12847bfff7bb7c33f93d70bddf5542ae6965105c commit: 12847bfff7bb7c33f93d70bddf5542ae6965105c branch: 3.14 author: Stan Ulbrych <[email protected]> committer: kumaraditya303 date: 2025-11-06T11:11:31+05:30 summary: [3.1

[Python-checkins] gh-140569: recommend the new REPL in the asyncio REPL docs (#140570)

2025-11-05 Thread kumaraditya303
https://github.com/python/cpython/commit/8822166200ddb4a7635337b97b626e658a443cef commit: 8822166200ddb4a7635337b97b626e658a443cef branch: main author: Bartosz Sławecki committer: kumaraditya303 date: 2025-11-06T11:09:07+05:30 summary: gh-140569: recommend the new REPL in the asyncio REPL docs

[Python-checkins] [3.13] gh-118516: clarify that subprocess are automatically killed if transport gets garbage collected (GH-140997) (#141111)

2025-11-05 Thread kumaraditya303
https://github.com/python/cpython/commit/8641c471a76ca137fbd9319a4aa7520348b98c5b commit: 8641c471a76ca137fbd9319a4aa7520348b98c5b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-11-06T10:35:01+05:30 summary:

[Python-checkins] [3.14] gh-118516: clarify that subprocess are automatically killed if transport gets garbage collected (GH-140997) (#141110)

2025-11-05 Thread kumaraditya303
https://github.com/python/cpython/commit/9878611f28fdfeecea118f133997ec9694610721 commit: 9878611f28fdfeecea118f133997ec9694610721 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-11-06T10:34:27+05:30 summary:

[Python-checkins] gh-118516: clarify that subprocess are automatically killed if transport gets garbage collected (#140997)

2025-11-05 Thread kumaraditya303
https://github.com/python/cpython/commit/101c9c0a2187940900f684086cb9ba0d456fda49 commit: 101c9c0a2187940900f684086cb9ba0d456fda49 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-11-06T10:21:13+05:30 summary: gh-118516: clarify that subprocess are automatically killed if

[Python-checkins] gh-134786: raise error if `Py_TPFLAGS_MANAGED_WEAKREF` or `Py_TPFLAGS_MANAGED_DICT` is used without `Py_TPFLAGS_HAVE_GC` set (#135863)

2025-11-02 Thread kumaraditya303
https://github.com/python/cpython/commit/da65f38a94c3da515ef7e5081cb5fe81ce97f98e commit: da65f38a94c3da515ef7e5081cb5fe81ce97f98e branch: main author: Sergey Miryanov committer: kumaraditya303 date: 2025-11-02T16:34:49+05:30 summary: gh-134786: raise error if `Py_TPFLAGS_MANAGED_WEAKREF` or

[Python-checkins] [3.13] gh-140551: Fix dict crash if clear is called at lookup stage (GH-140558) (#140744)

2025-10-30 Thread kumaraditya303
https://github.com/python/cpython/commit/eec9257aa57a195bc7b704cd502ecb6bc439f9e1 commit: eec9257aa57a195bc7b704cd502ecb6bc439f9e1 branch: 3.13 author: Mikhail Efimov committer: kumaraditya303 date: 2025-10-30T22:36:49+05:30 summary: [3.13] gh-140551: Fix dict crash if clear is called at lookup

[Python-checkins] [3.14] gh-140551: Fix dict crash if clear is called at lookup stage (GH-140558) (#140743)

2025-10-30 Thread kumaraditya303
https://github.com/python/cpython/commit/5954b5ba92c143b019f7d13d38b6812b4b7194bb commit: 5954b5ba92c143b019f7d13d38b6812b4b7194bb branch: 3.14 author: Mikhail Efimov committer: kumaraditya303 date: 2025-10-30T22:33:35+05:30 summary: [3.14] gh-140551: Fix dict crash if clear is called at lookup

[Python-checkins] gh-140551: Fix `dict` crash if `clear` is called at `lookup` stage (#140558)

2025-10-29 Thread kumaraditya303
https://github.com/python/cpython/commit/02202c117b5702f3325e62b07ccdeaa125fc8722 commit: 02202c117b5702f3325e62b07ccdeaa125fc8722 branch: main author: Mikhail Efimov committer: kumaraditya303 date: 2025-10-29T14:36:23+05:30 summary: gh-140551: Fix `dict` crash if `clear` is called at `lookup

[Python-checkins] [3.14] GH-140590: Fix setstate for functools.partial C-module (GH-140671) (#140698)

2025-10-28 Thread kumaraditya303
https://github.com/python/cpython/commit/02604314ba3e97cc1918520e9ef5c0c4a6e7fe47 commit: 02604314ba3e97cc1918520e9ef5c0c4a6e7fe47 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-28T18:15:27+05:30 summary:

[Python-checkins] [3.13] GH-140590: Fix setstate for functools.partial C-module (GH-140671) (#140699)

2025-10-28 Thread kumaraditya303
https://github.com/python/cpython/commit/bec053c1846f0395e92381583bf5a9b855caf99a commit: bec053c1846f0395e92381583bf5a9b855caf99a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-28T18:14:14+05:30 summary:

[Python-checkins] gh-140544: fix build for including `pycore_pystate.h` when `HAVE_THREAD_LOCAL` is not defined (#140623)

2025-10-27 Thread kumaraditya303
https://github.com/python/cpython/commit/f5394c257ce4118394fe5ff561a2b0ad238a8d65 commit: f5394c257ce4118394fe5ff561a2b0ad238a8d65 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-10-28T01:40:41+05:30 summary: gh-140544: fix build for including `pycore_pystate.h` when

[Python-checkins] [3.13] gh-140301: Fix memory leak in subinterpreter PyConfig cleanup (GH-140303) (#140684)

2025-10-27 Thread kumaraditya303
https://github.com/python/cpython/commit/fd6df6662459d8a3b86016f07bf7aa087bddfe87 commit: fd6df6662459d8a3b86016f07bf7aa087bddfe87 branch: 3.13 author: Shamil committer: kumaraditya303 date: 2025-10-27T19:42:13Z summary: [3.13] gh-140301: Fix memory leak in subinterpreter PyConfig cleanup (GH

[Python-checkins] Fix typo in TLS docs (#140640)

2025-10-26 Thread kumaraditya303
https://github.com/python/cpython/commit/f5da369e20498b1c14ee835c70478c31c8df29bd commit: f5da369e20498b1c14ee835c70478c31c8df29bd branch: main author: da-woods committer: kumaraditya303 date: 2025-10-27T10:28:30+05:30 summary: Fix typo in TLS docs (#140640) files: M Doc/c-api/init.rst diff

[Python-checkins] gh-140544: use faster `_PyInterpreterState_GET` for type lock (#140584)

2025-10-25 Thread kumaraditya303
https://github.com/python/cpython/commit/df07364106abe0923c948fe529525b44248d1f48 commit: df07364106abe0923c948fe529525b44248d1f48 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-10-25T14:53:26Z summary: gh-140544: use faster `_PyInterpreterState_GET` for type lock

[Python-checkins] gh-140544: store pointer to interpreter state as a thread local for fast access (#140573)

2025-10-25 Thread kumaraditya303
https://github.com/python/cpython/commit/ef4665f9184784ecc7a5084a41d62577a3d338cb commit: ef4665f9184784ecc7a5084a41d62577a3d338cb branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-10-25T19:56:07+05:30 summary: gh-140544: store pointer to interpreter state as a thread local

[Python-checkins] [3.14] gh-140517: fix leak in `map_next` in strict mode (GH-140543) (#140554)

2025-10-24 Thread kumaraditya303
https://github.com/python/cpython/commit/11b5e0b9c285c7890ff6b1fee1964f9f810a71df commit: 11b5e0b9c285c7890ff6b1fee1964f9f810a71df branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-24T22:00:36+05:30 summary:

[Python-checkins] gh-140517: fix leak in `map_next` in strict mode (#140543)

2025-10-24 Thread kumaraditya303
https://github.com/python/cpython/commit/be5af997f3461eee638645396866d9cd7acf18fb commit: be5af997f3461eee638645396866d9cd7acf18fb branch: main author: Mikhail Efimov committer: kumaraditya303 date: 2025-10-24T21:29:16+05:30 summary: gh-140517: fix leak in `map_next` in strict mode (#140543

[Python-checkins] gh-140414: add fastpath for current running loop in `asyncio.all_tasks` (#140542)

2025-10-24 Thread kumaraditya303
https://github.com/python/cpython/commit/95e5d596308620acbd860ec25a40ef95c2b62eaa commit: 95e5d596308620acbd860ec25a40ef95c2b62eaa branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-10-24T20:02:17+05:30 summary: gh-140414: add fastpath for current running loop in

[Python-checkins] gh-140544: cleanup `HAVE_THREAD_LOCAL` checks in pystate.c (#140547)

2025-10-24 Thread kumaraditya303
https://github.com/python/cpython/commit/ebf99384966344df77828e69dd88d34df878a7b6 commit: ebf99384966344df77828e69dd88d34df878a7b6 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-10-24T14:23:06Z summary: gh-140544: cleanup `HAVE_THREAD_LOCAL` checks in pystate.c (#140547

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

2025-10-24 Thread kumaraditya303
https://github.com/python/cpython/commit/050b9dda0432f2903c70fa2ff53305976b284e27 commit: 050b9dda0432f2903c70fa2ff53305976b284e27 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-24T13:47:26+05:30 summary:

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

2025-10-24 Thread kumaraditya303
https://github.com/python/cpython/commit/6efd78d7ab01c5daf2197c8c9e8f2db046e6d8f1 commit: 6efd78d7ab01c5daf2197c8c9e8f2db046e6d8f1 branch: 3.14 author: Kumar Aditya committer: kumaraditya303 date: 2025-10-24T13:21:44+05:30 summary: [3.14] gh-137093: Fix race condition in

[Python-checkins] [3.14] gh-140438: properly run the asyncio REPL tests (GH-140298) (#140507)

2025-10-23 Thread kumaraditya303
https://github.com/python/cpython/commit/29c42cc62115367bea117d6ea0789b0420b06638 commit: 29c42cc62115367bea117d6ea0789b0420b06638 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-23T15:48:26Z summary: [3.

[Python-checkins] [3.13] gh-140438: properly run the asyncio REPL tests (GH-140298) (#140508)

2025-10-23 Thread kumaraditya303
https://github.com/python/cpython/commit/adf0c11a268356eb7280ad5fe7483e5974bdf645 commit: adf0c11a268356eb7280ad5fe7483e5974bdf645 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-23T15:47:55Z summary: [3.

[Python-checkins] gh-140438: properly run the asyncio REPL tests (#140298)

2025-10-23 Thread kumaraditya303
https://github.com/python/cpython/commit/1a3da2c0700839b6e334e368ff2b600c2389763f commit: 1a3da2c0700839b6e334e368ff2b600c2389763f branch: main author: Bartosz Sławecki committer: kumaraditya303 date: 2025-10-23T20:53:23+05:30 summary: gh-140438: properly run the asyncio REPL tests (#140298

[Python-checkins] [3.14] gh-140398: fix memory leaks in `readline` module when `PySys_Audit` fails (GH-140400) (#140403)

2025-10-21 Thread kumaraditya303
https://github.com/python/cpython/commit/98d4c21c09030e7ec4dfb4a0e726c14202b6e3c3 commit: 98d4c21c09030e7ec4dfb4a0e726c14202b6e3c3 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-21T08:20:14Z summary: [3.

[Python-checkins] gh-140398: fix memory leaks in `readline` module when `PySys_Audit` fails (#140400)

2025-10-21 Thread kumaraditya303
https://github.com/python/cpython/commit/e8e0f411bae1dde634fb152a81e1db1ad1cd2eaa commit: e8e0f411bae1dde634fb152a81e1db1ad1cd2eaa branch: main author: Shamil committer: kumaraditya303 date: 2025-10-21T13:24:34+05:30 summary: gh-140398: fix memory leaks in `readline` module when `PySys_Audit

[Python-checkins] [3.14] gh-140301: Fix memory leak in subinterpreter `PyConfig` cleanup (GH-140303) (#140360)

2025-10-20 Thread kumaraditya303
https://github.com/python/cpython/commit/d7fe4e99a2d1b660d444876c721c8889b8a9fd28 commit: d7fe4e99a2d1b660d444876c721c8889b8a9fd28 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-20T09:54:41Z summary: [3.

[Python-checkins] gh-140301: Fix memory leak in subinterpreter `PyConfig` cleanup (#140303)

2025-10-20 Thread kumaraditya303
https://github.com/python/cpython/commit/a615fb49c948902a982c3256899507abcc9f9bc8 commit: a615fb49c948902a982c3256899507abcc9f9bc8 branch: main author: Shamil committer: kumaraditya303 date: 2025-10-20T09:29:23Z summary: gh-140301: Fix memory leak in subinterpreter `PyConfig` cleanup (#140303

[Python-checkins] fix typo in comments PyOS_CallInputHook -> PyOS_InputHook (#140237)

2025-10-20 Thread kumaraditya303
https://github.com/python/cpython/commit/baf45159e53313000f188da5394cf1af12615f7f commit: baf45159e53313000f188da5394cf1af12615f7f branch: main author: mdehoon committer: kumaraditya303 date: 2025-10-20T14:25:57+05:30 summary: fix typo in comments PyOS_CallInputHook -> PyOS_InputHook (#140

[Python-checkins] Fix typo in PyIter_Send docs (#140336)

2025-10-20 Thread kumaraditya303
https://github.com/python/cpython/commit/3c2781dc5f2f400ab4cae79d63051365d15b22e4 commit: 3c2781dc5f2f400ab4cae79d63051365d15b22e4 branch: main author: Peter Holloway committer: kumaraditya303 date: 2025-10-20T14:23:57+05:30 summary: Fix typo in PyIter_Send docs (#140336) files: M Doc/c-api

[Python-checkins] Remove typo in ``functools.lru_cache`` docs (#140278)

2025-10-20 Thread kumaraditya303
https://github.com/python/cpython/commit/7babe31443d40f42a0b562a1712bc378aade5f5c commit: 7babe31443d40f42a0b562a1712bc378aade5f5c branch: main author: Brandon Hubacher committer: kumaraditya303 date: 2025-10-20T14:25:01+05:30 summary: Remove typo in ``functools.lru_cache`` docs (#140278

[Python-checkins] gh-139391: properly handle `signal.signal()` in `UnixConsole` when called from a non-main thread (#139392)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/b8c8b8f1d30767e5358ffa93d41e6e27ca60570d commit: b8c8b8f1d30767e5358ffa93d41e6e27ca60570d branch: main author: yihong committer: kumaraditya303 date: 2025-10-09T14:58:01Z summary: gh-139391: properly handle `signal.signal()` in `UnixConsole` when called

[Python-checkins] [3.14] gh-116738: test `uuid` module thread safety in free-threading (GH-140068) (#140229)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/e07b78c01a57c5921614388e287c584d19a3e40c commit: e07b78c01a57c5921614388e287c584d19a3e40c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-17T20:59:15+05:30 summary:

[Python-checkins] [3.14] gh-139845: do not print twice in default asyncio REPL (GH-139846) (#139859)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/925625447f72e104d0de7f1ef2722bd8ad21d58c commit: 925625447f72e104d0de7f1ef2722bd8ad21d58c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-09T16:13:11Z summary: [3.

[Python-checkins] [3.14] gh-136234: Fix `SelectorSocketTransport.writelines` to be robust to connection loss (GH-136743) (#138702)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/5cd6cfe4cf6770b9424bb23f8c7c661f7a3db7b0 commit: 5cd6cfe4cf6770b9424bb23f8c7c661f7a3db7b0 branch: 3.14 author: Kumar Aditya committer: kumaraditya303 date: 2025-10-07T23:06:04+05:30 summary: [3.14] gh-136234: Fix `SelectorSocketTransport.writelines` to

[Python-checkins] gh-116738: test `dbm.gnu` module on FT Python build (#138467)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/a18843dbfba32387be4236379260f7c15a002e0d commit: a18843dbfba32387be4236379260f7c15a002e0d branch: main author: Alper committer: kumaraditya303 date: 2025-10-12T13:12:10+05:30 summary: gh-116738: test `dbm.gnu` module on FT Python build (#138467) files

[Python-checkins] [3.14] gh-138661: fix data race in `PyCode_Addr2Line` (GH-138664) (#138834)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/bfcd5f25a55443103a64dd8af5624c84df02c5e4 commit: bfcd5f25a55443103a64dd8af5624c84df02c5e4 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T18:06:45Z summary: [3.

[Python-checkins] [3.14] gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datagram header size when data cannot be sent (GH-135445) (#137245)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/93ac6f3472d4cdf5dc8e0023f276f25c7a509f31 commit: 93ac6f3472d4cdf5dc8e0023f276f25c7a509f31 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T23:40:03+05:30 summary:

[Python-checkins] [3.13] Document that `PyInterpreterState_GetDict` returns a borrowed reference (GH-139451) (#139464)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/0114bbe43ac015b9b78af430653663e345ee8478 commit: 0114bbe43ac015b9b78af430653663e345ee8478 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-01T11:26:39+05:30 summary:

[Python-checkins] [3.13] gh-139748: fix leaks in AC error paths when using unicode FS-b… (#139792)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/dac827cb989ee6918932eea3030c925a5b45819b commit: dac827cb989ee6918932eea3030c925a5b45819b branch: 3.13 author: Kumar Aditya committer: kumaraditya303 date: 2025-10-08T22:21:49+05:30 summary: [3.13] gh-139748: fix leaks in AC error paths when using

[Python-checkins] Document that `PyInterpreterState_GetDict` returns a borrowed reference (#139451)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/80cdf3ef74f6622899c1c82af1e08492e4ab7a00 commit: 80cdf3ef74f6622899c1c82af1e08492e4ab7a00 branch: main author: Petr Viktorin committer: kumaraditya303 date: 2025-10-01T09:46:06+05:30 summary: Document that `PyInterpreterState_GetDict` returns a borrowed

[Python-checkins] [3.14] gh-116738: test `dbm.gnu` module on FT Python build (GH-138467) (#139987)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/6d6d02a98231f9d1755eb67d3d19b3ff77d2e9cf commit: 6d6d02a98231f9d1755eb67d3d19b3ff77d2e9cf branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-12T12:51:42Z summary: [3.

[Python-checkins] [3.14] gh-133467: fix data race in `type_set_name` (GH-137302) (#137303)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/bf397e272c2bee639c3ba0208c221f7dd9447bb6 commit: bf397e272c2bee639c3ba0208c221f7dd9447bb6 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T18:18:23Z summary: [3.

[Python-checkins] gh-139774: use relaxed atomics for datetime hashes (#139775)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/49fb46f555881c9f2d20ca87c8187c8718217c77 commit: 49fb46f555881c9f2d20ca87c8187c8718217c77 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-10-08T19:49:54+05:30 summary: gh-139774: use relaxed atomics for datetime hashes (#139775

[Python-checkins] [3.14] gh-139774: use relaxed atomics for datetime hashes (GH-139775) (#139780)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/ea1ed82feda87a41086717aebf4a8e2f7d7dc109 commit: ea1ed82feda87a41086717aebf4a8e2f7d7dc109 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-08T21:09:09+05:30 summary:

[Python-checkins] gh-140067: Fix memory leak in sub-interpreter creation (#140111) (#140261)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/58c44c2bf2e6d251548652a21d9ee27265ee6dea commit: 58c44c2bf2e6d251548652a21d9ee27265ee6dea branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-10-18T16:36:58+05:30 summary: gh-140067: Fix memory leak in sub-interpreter creation (#140111

[Python-checkins] [3.14] gh-138779: Use the dev_t converter for st_rdev (GH-138780) (#138926)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/4bb33ff1c19ae2fd506a0cd7a07a6c192f20da5b commit: 4bb33ff1c19ae2fd506a0cd7a07a6c192f20da5b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-08T00:06:55+05:30 summary:

[Python-checkins] gh-140251: colorize import statement formatting in asyncio console (#140252)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/d86ad870cc112d4bd36165398368826746555730 commit: d86ad870cc112d4bd36165398368826746555730 branch: main author: Frost Ming committer: kumaraditya303 date: 2025-10-18T20:05:24+05:30 summary: gh-140251: colorize import statement formatting in asyncio

[Python-checkins] [3.14] gh-140067: Fix memory leak in sub-interpreter creation (GH-140111) (#140118)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/1d11627ba555a365c820e1e1535a42a4f4fbd4c6 commit: 1d11627ba555a365c820e1e1535a42a4f4fbd4c6 branch: 3.14 author: Kumar Aditya committer: kumaraditya303 date: 2025-10-18T19:40:43+05:30 summary: [3.14] gh-140067: Fix memory leak in sub-interpreter creation

[Python-checkins] [3.14] GH-140058: Clear key and value if `PyTuple_New` fails in `dictiter_iternextitem` (GH-140059) (#140107)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/2142f4efcffcf19ce776d2e27e9781c300e852ec commit: 2142f4efcffcf19ce776d2e27e9781c300e852ec branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-14T19:10:30+05:30 summary:

[Python-checkins] [3.14] gh-139698: Fix typo in What's New 3.14 (GH-139699) (#139711)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/33340233d0c4b746b57b4a83edbe267c3ddba165 commit: 33340233d0c4b746b57b4a83edbe267c3ddba165 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T17:46:00Z summary: [3.

[Python-checkins] gh-139391: properly handle `signal.signal()` in `UnixConsole` when called from a non-main thread (#139392)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/b8c8b8f1d30767e5358ffa93d41e6e27ca60570d commit: b8c8b8f1d30767e5358ffa93d41e6e27ca60570d branch: main author: yihong committer: kumaraditya303 date: 2025-10-09T14:58:01Z summary: gh-139391: properly handle `signal.signal()` in `UnixConsole` when called

[Python-checkins] [3.14] gh-139894: fix incorrect sharing of current task while forking in `asyncio` (GH-139897) (#139913)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/72f25a8d9a5673d39c107cf522465a566b979ed5 commit: 72f25a8d9a5673d39c107cf522465a566b979ed5 branch: 3.14 author: Kumar Aditya committer: kumaraditya303 date: 2025-10-10T22:36:02+05:30 summary: [3.14] gh-139894: fix incorrect sharing of current task while

[Python-checkins] [3.13] gh-138703: clarify data buffer requirement of `asyncio.StreamWriter.write` (GH-139564) (#139571)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/be388836c0d4a970e83ca5540c512d94afd13435 commit: be388836c0d4a970e83ca5540c512d94afd13435 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-04T22:12:03+05:30 summary:

[Python-checkins] [3.14] gh-140257: fix data race on eval_breaker during finalization (GH-140265) (#140294)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/3ca7ea1f8fd593296106346b4dea06f126638aba commit: 3ca7ea1f8fd593296106346b4dea06f126638aba branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-18T11:28:53Z summary: [3.

[Python-checkins] [3.13] gh-139391: properly handle `signal.signal()` in `UnixConsole` when called from a non-main thread (GH-139392) (#139861)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/94ff4d4eb484c9a219b8bae17256ff6dcf32f4a8 commit: 94ff4d4eb484c9a219b8bae17256ff6dcf32f4a8 branch: 3.13 author: Łukasz Langa committer: kumaraditya303 date: 2025-10-09T23:09:23+05:30 summary: [3.13] gh-139391: properly handle `signal.signal()` in

[Python-checkins] gh-140257: fix data race on eval_breaker during finalization (#140265)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/c8729c9909e150989050ce2a435d018955bea41d commit: c8729c9909e150989050ce2a435d018955bea41d branch: main author: Shamil committer: kumaraditya303 date: 2025-10-18T16:31:53+05:30 summary: gh-140257: fix data race on eval_breaker during finalization (#140265

[Python-checkins] gh-138703: clarify data buffer requirement of `asyncio.StreamWriter.write` (#139564)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/0b2168275e8ec491fe7ea6f8c662e804437dfdab commit: 0b2168275e8ec491fe7ea6f8c662e804437dfdab branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-10-04T21:44:05+05:30 summary: gh-138703: clarify data buffer requirement of

[Python-checkins] [3.13] gh-136234: Fix `SelectorSocketTransport.writelines` to be robust to connection loss (GH-136743) (GH-138702) (#139710)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/060eef27c39e78acdbd0fadcd5f49b2d1a26ab73 commit: 060eef27c39e78acdbd0fadcd5f49b2d1a26ab73 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T17:57:57Z summary: [3.

[Python-checkins] Revert "gh-140067: Fix memory leak in sub-interpreter creation (#140111)" (#140140)

2025-10-18 Thread kumaraditya303
https://github.com/python/cpython/commit/0bcb1c25f7ba254bea9b744c7c5423cfebade3b3 commit: 0bcb1c25f7ba254bea9b744c7c5423cfebade3b3 branch: main author: Peter Bierma committer: kumaraditya303 date: 2025-10-15T07:16:43+05:30 summary: Revert "gh-140067: Fix memory leak in sub-interpreter cre

[Python-checkins] gh-116738: make `mmap` module thread-safe (#139237)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/7f155f9c46e2dd7dec5e12ebec3323dfd95fe1f0 commit: 7f155f9c46e2dd7dec5e12ebec3323dfd95fe1f0 branch: main author: Alper committer: kumaraditya303 date: 2025-10-09T12:00:47+05:30 summary: gh-116738: make `mmap` module thread-safe (#139237) files: A Lib/test

[Python-checkins] [3.14] gh-138902: Fix generator send arg name (GH-138905) (#138914)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/fad7bfc2829d262e68af4049188351b12ad2 commit: fad7bfc2829d262e68af4049188351b12ad2 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T23:27:05+05:30 summary:

[Python-checkins] gh-139698: Fix typo in What's New 3.14 (#139699)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/d396a32b3d1a4b3a35bdfc8b44521d3021a108c7 commit: d396a32b3d1a4b3a35bdfc8b44521d3021a108c7 branch: main author: Stan Ulbrych <[email protected]> committer: kumaraditya303 date: 2025-10-07T23:09:45+05:30 summary: gh-

[Python-checkins] [3.14] gh-137239: Add *_max functions to heapq.__all__ (gh-137241) (#137256)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/a03dd74c9444930928c5e817f156223affb741f8 commit: a03dd74c9444930928c5e817f156223affb741f8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T23:22:07+05:30 summary:

[Python-checkins] [3.14] gh-139748: fix leaks in AC error paths when using unicode FS-b… (#139789)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/90cd009209fc494a62ebfdbea18a4e557f8e2fbb commit: 90cd009209fc494a62ebfdbea18a4e557f8e2fbb branch: 3.14 author: Kumar Aditya committer: kumaraditya303 date: 2025-10-08T22:16:21+05:30 summary: [3.14] gh-139748: fix leaks in AC error paths when using

[Python-checkins] gh-116738: test `uuid` module thread safety in free-threading (#140068)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/9a87ce8b57f5d698900d84b4f6f5aa47b5f37a89 commit: 9a87ce8b57f5d698900d84b4f6f5aa47b5f37a89 branch: main author: Alper committer: kumaraditya303 date: 2025-10-16T23:57:51+05:30 summary: gh-116738: test `uuid` module thread safety in free-threading (#140068

[Python-checkins] [3.14] gh-116738: make `cProfile` module thread-safe (GH-138229) (#138575)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/4429554223fb6aff93992b550f83f9ca3cd8cd22 commit: 4429554223fb6aff93992b550f83f9ca3cd8cd22 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T18:51:22Z summary: [3.

[Python-checkins] [3.14] gh-116738: add multi-threaded tests for `resource` module on free-threading builds (GH-138504) (#138793)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/08673d8a51cabc1f8a628a0c8e3be375523f76ff commit: 08673d8a51cabc1f8a628a0c8e3be375523f76ff branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T18:23:58Z summary: [3.

[Python-checkins] [3.14] gh-132551: make `io.BytesIO` thread safe (GH-132616) (#138551)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/23cc8f789d8366573cf12c4495b5a4c9afa64005 commit: 23cc8f789d8366573cf12c4495b5a4c9afa64005 branch: 3.14 author: Kumar Aditya committer: kumaraditya303 date: 2025-10-07T23:48:28+05:30 summary: [3.14] gh-132551: make `io.BytesIO` thread safe (GH-132616

  1   2   3   4   5   6   7   >