[Python-checkins] GH-132732: Use pure op machinery to optimize `COMPARE_OP_INT/FLOAT/STR` (#137062)

2025-07-25 Thread savannahostrowski
https://github.com/python/cpython/commit/f7c380ef67d1d729a4c9168660a8249cfd984482 commit: f7c380ef67d1d729a4c9168660a8249cfd984482 branch: main author: Savannah Bailey committer: savannahostrowski date: 2025-07-25T19:02:04-07:00 summary: GH-132732: Use pure op machinery to optimize `COMPARE_OP_I

[Python-checkins] [3.14] gh-137090: Remove redundant statement in ``Doc/library/concurrent.interpreters.rst`` (GH-137091) (#137108)

2025-07-25 Thread hugovk
https://github.com/python/cpython/commit/5746e067fd07c9ec396e2594eb128f9418acb277 commit: 5746e067fd07c9ec396e2594eb128f9418acb277 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-07-2

[Python-checkins] gh-137090: Remove redundant statement in ``Doc/library/concurrent.interpreters.rst`` (#137091)

2025-07-25 Thread AA-Turner
https://github.com/python/cpython/commit/1e69cd1634e4f0f8c375be85d11925bd12deef23 commit: 1e69cd1634e4f0f8c375be85d11925bd12deef23 branch: main author: soolabettu <[email protected]> committer: AA-Turner <[email protected]> date: 2025-07-25T16:50:

[Python-checkins] gh-134698: Hold a lock when the thread state is detached in `ssl` (GH-134724)

2025-07-25 Thread gpshead
https://github.com/python/cpython/commit/e047a35b23c1aa69ab8d5da56f36319cec4d36b8 commit: e047a35b23c1aa69ab8d5da56f36319cec4d36b8 branch: main author: Peter Bierma committer: gpshead <[email protected]> date: 2025-07-25T08:16:05-07:00 summary: gh-134698: Hold a lock when the

[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.13] gh-13

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

2025-07-25 Thread kumaraditya303
https://github.com/python/cpython/commit/cb93b6fc5ea525f8075cb53ec373356fec63903a commit: cb93b6fc5ea525f8075cb53ec373356fec63903a branch: main author: Tyler Kennedy committer: kumaraditya303 date: 2025-07-25T14:51:30Z summary: gh-130522: Fix unraisable TypeError in threading at interpreter shut

[Python-checkins] gh-136929: ensure that `hashlib.` does not raise `AttributeError` (#136933)

2025-07-25 Thread picnixz
https://github.com/python/cpython/commit/7ce2f101c4b1c123860c90bf67ccc20a7805ea48 commit: 7ce2f101c4b1c123860c90bf67ccc20a7805ea48 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-07-25T14:49:09Z

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

2025-07-25 Thread rhettinger
https://github.com/python/cpython/commit/eda613438ffec0d7454f8f1345f6b9d9a6851652 commit: eda613438ffec0d7454f8f1345f6b9d9a6851652 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: rhettinger date: 2025-07-25T08:48:28-06:00 summary: [3.13] Fix

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

2025-07-25 Thread rhettinger
https://github.com/python/cpython/commit/ea06ae5b5e7b335efbdff03c087fad9980a53f69 commit: ea06ae5b5e7b335efbdff03c087fad9980a53f69 branch: main author: Raymond Hettinger committer: rhettinger date: 2025-07-25T07:56:28-06:00 summary: Fix Queue.shutdown docs for condition to unblock a join (gh-137

[Python-checkins] gh-137084: remove multiple calls to `get_gc_state` in `gc.c` (#137085)

2025-07-25 Thread kumaraditya303
https://github.com/python/cpython/commit/d7db0ee7ee2af48f666a8b5a9321161b2dbd85ab commit: d7db0ee7ee2af48f666a8b5a9321161b2dbd85ab branch: main author: Sergey Miryanov committer: kumaraditya303 date: 2025-07-25T18:13:54+05:30 summary: gh-137084: remove multiple calls to `get_gc_state` in `gc.c`

[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-1

[Python-checkins] gh-136914: Fix support of cached functions and properties in DocTest's lineno computation (GH-136930)

2025-07-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fece15d29f28e89f1231afa80508c80ed28dc37d commit: fece15d29f28e89f1231afa80508c80ed28dc37d branch: main author: Denis Laxalde committer: serhiy-storchaka date: 2025-07-25T12:46:12+03:00 summary: gh-136914: Fix support of cached functions and properties in

[Python-checkins] [3.14] gh-132983: Add missing references to Zstandard in shutil docstrings (GH-136617) (#137052)

2025-07-25 Thread hugovk
https://github.com/python/cpython/commit/87422988f988ebc04c79ccc4044746fe7eb25a4a commit: 87422988f988ebc04c79ccc4044746fe7eb25a4a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-07-2