[Python-checkins] Python 3.12.7

2024-09-30 Thread Yhg1s
https://github.com/python/cpython/commit/0b05ead877f909b7efe712db758012d9dbece7ce commit: 0b05ead877f909b7efe712db758012d9dbece7ce branch: 3.12 author: Thomas Wouters committer: Yhg1s date: 2024-10-01T04:05:46+02:00 summary: Python 3.12.7 files: A Misc/NEWS.d/3.12.7.rst D Misc/NEWS.d/next/Build

[Python-checkins] gh-124309: Revert eager task factory fix to prevent breaking downstream (#124810)

2024-09-30 Thread Yhg1s
https://github.com/python/cpython/commit/133e929a791d209b578b4822a7a07f4570b3803b commit: 133e929a791d209b578b4822a7a07f4570b3803b branch: main author: Peter Bierma committer: Yhg1s date: 2024-09-30T18:37:27-07:00 summary: gh-124309: Revert eager task factory fix to prevent breaking downstream

[Python-checkins] [3.12] gh-124309: Revert eager task factory fix to prevent breaking downstream (GH-124810) (#124817)

2024-09-30 Thread Yhg1s
https://github.com/python/cpython/commit/3b5bc8d22898cb079d8e6b922ff0e1d17a088e83 commit: 3b5bc8d22898cb079d8e6b922ff0e1d17a088e83 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-10-01T01:55:03Z summary: [3.12] gh-124309: Re

[Python-checkins] [3.12] gh-124785: Revert "[3.12] gh-116510: Fix a crash due to shared immortal interned strings. (gh-124541)" (#124814)

2024-09-30 Thread Yhg1s
https://github.com/python/cpython/commit/ffc6a101495ec84ef1023fea125075b921e743c3 commit: ffc6a101495ec84ef1023fea125075b921e743c3 branch: 3.12 author: Neil Schemenauer committer: Yhg1s date: 2024-09-30T18:54:41-07:00 summary: [3.12] gh-124785: Revert "[3.12] gh-116510: Fix a crash due to shared

[Python-checkins] [3.13] gh-124442: make `__static_attributes__` deterministic by sorting (GH-124492) (#124738)

2024-09-30 Thread Yhg1s
https://github.com/python/cpython/commit/b99c6620b282b9ccac1018c86310aa5324fca753 commit: b99c6620b282b9ccac1018c86310aa5324fca753 branch: 3.13 author: Jelle Zijlstra committer: Yhg1s date: 2024-09-30T18:53:17-07:00 summary: [3.13] gh-124442: make `__static_attributes__` deterministic by sorting

[Python-checkins] [3.13] gh-124785: Revert "gh-116510: Fix crash due to shared immortal interned strings (gh-124646)" (gh-124807) (#124812)

2024-09-30 Thread Yhg1s
https://github.com/python/cpython/commit/b843974ab4e50994e7bbb58b80afefb20236ada7 commit: b843974ab4e50994e7bbb58b80afefb20236ada7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-30T18:38:26-07:00 summary: [3.13] gh-12478

[Python-checkins] gh-124785: Revert "gh-116510: Fix crash due to shared immortal interned strings (gh-124646)" (gh-124807)

2024-09-30 Thread nascheme
https://github.com/python/cpython/commit/7bdfabe2d1ec353ecdc75a5aec41cce83e572391 commit: 7bdfabe2d1ec353ecdc75a5aec41cce83e572391 branch: main author: T. Wouters committer: nascheme date: 2024-09-30T16:41:46-07:00 summary: gh-124785: Revert "gh-116510: Fix crash due to shared immortal interned

[Python-checkins] Minor edit for code clarification in annotationlib. (#124805)

2024-09-30 Thread JelleZijlstra
https://github.com/python/cpython/commit/626d706a666e95e696aaa3af2e8728514d31da21 commit: 626d706a666e95e696aaa3af2e8728514d31da21 branch: main author: larryhastings committer: JelleZijlstra date: 2024-09-30T15:25:56-07:00 summary: Minor edit for code clarification in annotationlib. (#124805) f

[Python-checkins] [3.12] gh-123223: Adding hyperlink of argument in warnings.catch_warnings: (GH-123231) (#124527)

2024-09-30 Thread Yhg1s
https://github.com/python/cpython/commit/660a7f2b523a9a9cc93ef2b2d73127c7cddb0bf6 commit: 660a7f2b523a9a9cc93ef2b2d73127c7cddb0bf6 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-30T14:16:42-07:00 summary: [3.12] gh-12322

[Python-checkins] [3.12] Docs: for for/else clarify that return or raise also skip the else (GH-124591) (#124660)

2024-09-30 Thread Yhg1s
https://github.com/python/cpython/commit/7c39f74251dea55ab5dc4bc2a1ac4f2db804808b commit: 7c39f74251dea55ab5dc4bc2a1ac4f2db804808b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-30T14:17:16-07:00 summary: [3.12] Docs: fo

[Python-checkins] [3.12] Docs: Update and proofread `library/venv.rst` (GH-124121) (#124680)

2024-09-30 Thread Yhg1s
https://github.com/python/cpython/commit/003771709bb4704eb18d0b7a0d2fe1c5ee6953d7 commit: 003771709bb4704eb18d0b7a0d2fe1c5ee6953d7 branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: Yhg1s date: 2024-09-30T14:18:03-07:00 summary: [3.12] Docs: Update and pro

[Python-checkins] [3.13] Doc: Run HTML and non-HTML daily builds separately (GH-124493) (#124790)

2024-09-30 Thread Yhg1s
https://github.com/python/cpython/commit/bc1fae89af9df3888fab670f83b7aed8afe5a9f5 commit: bc1fae89af9df3888fab670f83b7aed8afe5a9f5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-30T13:59:53-07:00 summary: [3.13] Doc: Run

[Python-checkins] [3.13] gh-124613, regrtest: Detect JIT in build info (GH-124793) (#124797)

2024-09-30 Thread Yhg1s
https://github.com/python/cpython/commit/4f3e96f7c25c20850a7512e127045ff82d8b57f7 commit: 4f3e96f7c25c20850a7512e127045ff82d8b57f7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-30T13:52:59-07:00 summary: [3.13] gh-12461

[Python-checkins] [3.13] gh-124642: Dictionaries aren't marking objects as weakref'd (GH-124643) (#124798)

2024-09-30 Thread Yhg1s
https://github.com/python/cpython/commit/44ba11a2045a8d00b6089fedd8b57f02c8a7225a commit: 44ba11a2045a8d00b6089fedd8b57f02c8a7225a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2024-09-30T13:51:24-07:00 summary: [3.13] gh-12464

[Python-checkins] [3.12] gh-116810: fix memory leak in ssl module (GH-123249) (GH-124801)

2024-09-30 Thread gpshead
https://github.com/python/cpython/commit/186cc407e2341c84e048f3f88f193741ea763b39 commit: 186cc407e2341c84e048f3f88f193741ea763b39 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-09-30T20:02:13Z summary: [3.12] gh-116810:

[Python-checkins] gh-116810: fix memory leak in ssl module (GH-123249)

2024-09-30 Thread gpshead
https://github.com/python/cpython/commit/7e7223e18f58ec48fb36a68fb75b5c5b7a45042a commit: 7e7223e18f58ec48fb36a68fb75b5c5b7a45042a branch: main author: Jeffrey R. Van Voorst committer: gpshead date: 2024-09-30T12:43:50-07:00 summary: gh-116810: fix memory leak in ssl module (GH-123249) Resolve

[Python-checkins] gh-115142: Skip some test cases in ``Lib/test/test_compile`` if ``_testinternalcapi`` is not available (#124474)

2024-09-30 Thread Eclips4
https://github.com/python/cpython/commit/1c0bd8bd00287d3bd6830aca87bb14e047192008 commit: 1c0bd8bd00287d3bd6830aca87bb14e047192008 branch: main author: Kirill Podoprigora committer: Eclips4 date: 2024-09-30T22:13:23+03:00 summary: gh-115142: Skip some test cases in ``Lib/test/test_compile`` if

[Python-checkins] gh-124613, regrtest: Detect JIT in build info (#124793)

2024-09-30 Thread vstinner
https://github.com/python/cpython/commit/e44eebfc1eccdaaebc219accbfc705c9a9de068d commit: e44eebfc1eccdaaebc219accbfc705c9a9de068d branch: main author: Victor Stinner committer: vstinner date: 2024-09-30T20:50:41+02:00 summary: gh-124613, regrtest: Detect JIT in build info (#124793) files: M Li

[Python-checkins] gh-124613: Don't run perf tests in JIT builds (#124792)

2024-09-30 Thread pablogsal
https://github.com/python/cpython/commit/35541c410d894d4fa18002f7fdbebfe522f8320e commit: 35541c410d894d4fa18002f7fdbebfe522f8320e branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-09-30T17:57:00Z summary: gh-124613: Don't run perf tests in JIT builds (#124792) * gh-124

[Python-checkins] gh-124487: Require at least Windows 10 SDK and update install check (GH-124672)

2024-09-30 Thread zooba
https://github.com/python/cpython/commit/fac5e7aa171f8547fcb56f090e718c15ffd79d0b commit: fac5e7aa171f8547fcb56f090e718c15ffd79d0b branch: main author: Steve Dower committer: zooba date: 2024-09-30T18:50:46+01:00 summary: gh-124487: Require at least Windows 10 SDK and update install check (GH-12

[Python-checkins] gh-124642: Dictionaries aren't marking objects as weakref'd (#124643)

2024-09-30 Thread DinoV
https://github.com/python/cpython/commit/077e7ef6a0abbf9e04b9aa11b4f621031004c31f commit: 077e7ef6a0abbf9e04b9aa11b4f621031004c31f branch: main author: Dino Viehland committer: DinoV date: 2024-09-30T10:04:32-07:00 summary: gh-124642: Dictionaries aren't marking objects as weakref'd (#124643) D

[Python-checkins] [3.12] Doc: Run HTML and non-HTML daily builds separately (GH-124493) (#124791)

2024-09-30 Thread AA-Turner
https://github.com/python/cpython/commit/3b20c4a8370c2ac75efdb0ffcb370824ac959f01 commit: 3b20c4a8370c2ac75efdb0ffcb370824ac959f01 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] Doc: Run HTML and non-HTML daily builds separately (#124493)

2024-09-30 Thread AA-Turner
https://github.com/python/cpython/commit/cce1125574f7b74343afda4bd0030706f67e13df commit: cce1125574f7b74343afda4bd0030706f67e13df branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2024-09-30T17:48:1

[Python-checkins] [3.12] Fix `c-api/file.rst` indexes (GH-114608) (#124786)

2024-09-30 Thread sobolevn
https://github.com/python/cpython/commit/f9cce95750359c47e525e5bf0af17ae48c240723 commit: f9cce95750359c47e525e5bf0af17ae48c240723 branch: 3.12 author: sobolevn committer: sobolevn date: 2024-09-30T13:50:33Z summary: [3.12] Fix `c-api/file.rst` indexes (GH-114608) (#124786) (cherry picked from