[Python-checkins] gh-123142: Fix too wide source locations in tracebacks of exceptions from broken iterables in comprehensions (#123173)

2024-08-21 Thread iritkatriel
https://github.com/python/cpython/commit/ec89620e5e147ba028a46dd695ef073a72000b84 commit: ec89620e5e147ba028a46dd695ef073a72000b84 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-08-21T

[Python-checkins] GH-115776: Allow any fixed sized object to have inline values (GH-123192)

2024-08-21 Thread markshannon
https://github.com/python/cpython/commit/a4fd7aa4a6420cef1c22ec64eab54d8aea41cc57 commit: a4fd7aa4a6420cef1c22ec64eab54d8aea41cc57 branch: main author: Mark Shannon committer: markshannon date: 2024-08-21T15:52:04+01:00 summary: GH-115776: Allow any fixed sized object to have inline values (GH-1

[Python-checkins] gh-121404: split fblock handling into compiler_* and codegen_* parts (#123199)

2024-08-21 Thread iritkatriel
https://github.com/python/cpython/commit/4b7c4880a0b264373e65235701bb78cbf19266b5 commit: 4b7c4880a0b264373e65235701bb78cbf19266b5 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-08-21T

[Python-checkins] gh-123165: make `dis` functions render positions on demand (#123168)

2024-08-21 Thread iritkatriel
https://github.com/python/cpython/commit/b1d3bd2e09d8b9d9f49cb8db9d47880ce2ec8f70 commit: b1d3bd2e09d8b9d9f49cb8db9d47880ce2ec8f70 branch: main author: Bénédikt Tran <[email protected]> committer: iritkatriel <[email protected]> date: 2024-08-21T14

[Python-checkins] Fix typos in comments (#123201)

2024-08-21 Thread AlexWaygood
https://github.com/python/cpython/commit/94036e43a83e8993f6ff42408759091b7c60d17d commit: 94036e43a83e8993f6ff42408759091b7c60d17d branch: main author: Wulian <[email protected]> committer: AlexWaygood date: 2024-08-21T12:49:23Z summary: Fix typos in comments (#123201) files: M Lib/test/test_asy

[Python-checkins] [3.13] gh-122712: Guard against __code__ reassignment in CALL_ALLOC_AND_ENTER_INIT (GH-122713) (GH-123184)

2024-08-21 Thread markshannon
https://github.com/python/cpython/commit/50a595b37fe3201cd07701ffdda9d6baa6163562 commit: 50a595b37fe3201cd07701ffdda9d6baa6163562 branch: 3.13 author: mpage committer: markshannon date: 2024-08-21T13:16:30+01:00 summary: [3.13] gh-122712: Guard against __code__ reassignment in CALL_ALLOC_AND_E

[Python-checkins] GH-123197: Increment correct stat for CALL_KW (GH-123200)

2024-08-21 Thread markshannon
https://github.com/python/cpython/commit/7b26c4d1e3a856b9a377c57cffc3e7b3921d18bb commit: 7b26c4d1e3a856b9a377c57cffc3e7b3921d18bb branch: main author: Mark Shannon committer: markshannon date: 2024-08-21T12:52:28+01:00 summary: GH-123197: Increment correct stat for CALL_KW (GH-123200) files: M

[Python-checkins] GH-123185: Check for `NULL` after calling `_PyEvalFramePushAndInit` (GH-123194)

2024-08-21 Thread markshannon
https://github.com/python/cpython/commit/1eba8bae9223600677dfa3a4ce8b7e4d2b8fd00d commit: 1eba8bae9223600677dfa3a4ce8b7e4d2b8fd00d branch: main author: Mark Shannon committer: markshannon date: 2024-08-21T12:44:56+01:00 summary: GH-123185: Check for `NULL` after calling `_PyEvalFramePushAndInit`

[Python-checkins] gh-85110: Preserve relative path in URL without netloc in urllib.parse.urlunsplit() (GH-123179)

2024-08-21 Thread serhiy-storchaka
https://github.com/python/cpython/commit/90c892efeaae28bd849a01b42842f19dcd67b9f4 commit: 90c892efeaae28bd849a01b42842f19dcd67b9f4 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-21T10:17:38+03:00 summary: gh-85110: Preserve relative path in URL without netloc in