[Python-checkins] gh-137814: Fix `__qualname__` of `__annotate__` (#137842)

2026-04-15 Thread JelleZijlstra
https://github.com/python/cpython/commit/5b8cd314e24074505fa4da57a06a7a9d46bc2434 commit: 5b8cd314e24074505fa4da57a06a7a9d46bc2434 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2026-04-15T21:52:30-07:00 summary: gh-137814: Fix `__qualname__` of `__annotate__` (#137842) file

[Python-checkins] [3.14] gh-137814: Fix __qualname__ of __annotate__ functions in the interpreter (#148221)

2026-04-15 Thread JelleZijlstra
https://github.com/python/cpython/commit/1c9de6bbaab9d909a5f0de7fe6eb19dcce00b305 commit: 1c9de6bbaab9d909a5f0de7fe6eb19dcce00b305 branch: 3.14 author: Jelle Zijlstra committer: JelleZijlstra date: 2026-04-15T21:52:43-07:00 summary: [3.14] gh-137814: Fix __qualname__ of __annotate__ functions in

[Python-checkins] gh-148474: Fix `_Py_hexlify_simd` compilation with older clang (#148475)

2026-04-15 Thread kumaraditya303
https://github.com/python/cpython/commit/5f28e6b818a259253c521305d51841dcf6e4c1f4 commit: 5f28e6b818a259253c521305d51841dcf6e4c1f4 branch: main author: Joshua Root committer: kumaraditya303 date: 2026-04-16T11:21:23+05:30 summary: gh-148474: Fix `_Py_hexlify_simd` compilation with older clang (#

[Python-checkins] Docs: Fix typos and a comment in enum.rst (#148156)

2026-04-15 Thread kumaraditya303
https://github.com/python/cpython/commit/9d3814308805e0a254e08f230ed362e86e6185cb commit: 9d3814308805e0a254e08f230ed362e86e6185cb branch: main author: Havmaagen <[email protected]> committer: kumaraditya303 date: 2026-04-16T11:23:29+05:30 summary: Docs: Fix typos and a

[Python-checkins] gh-117716: Fix wave RIFF padding for data chunks (GH-145237)

2026-04-15 Thread encukou
https://github.com/python/cpython/commit/ca064d9b657332d8c73b7b4079ce4311ccec commit: ca064d9b657332d8c73b7b4079ce4311ccec branch: main author: Michiel W. Beijen committer: encukou date: 2026-04-15T14:21:43+02:00 summary: gh-117716: Fix wave RIFF padding for data chunks (GH-145237) wave

[Python-checkins] gh-131798: Fix `_ITER_CHECK_RANGE` type in the JIT (#148607)

2026-04-15 Thread Fidget-Spinner
https://github.com/python/cpython/commit/c7e9919df02e5bd6f61d86907bb54de4be981bb0 commit: c7e9919df02e5bd6f61d86907bb54de4be981bb0 branch: main author: Wulian233 <[email protected]> committer: Fidget-Spinner date: 2026-04-15T12:22:55Z summary: gh-131798: Fix `_ITER_CHECK_RANGE` type in the JIT (

[Python-checkins] gh-148390: fix undefined behavior of `memoryview(...).cast("?")` (#148454)

2026-04-15 Thread picnixz
https://github.com/python/cpython/commit/69e0a78e6edc3166c7a5b166955c0cefd1bacd5d commit: 69e0a78e6edc3166c7a5b166955c0cefd1bacd5d branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2026-04-15T11:42:20Z

[Python-checkins] gh-139038: Add whatsnew entry for jit unique reference tracking (GH-148572)

2026-04-15 Thread Fidget-Spinner
https://github.com/python/cpython/commit/aee63e2daeaf74122ae2556a28e156b218c43a65 commit: aee63e2daeaf74122ae2556a28e156b218c43a65 branch: main author: Pieter Eendebak committer: Fidget-Spinner date: 2026-04-15T18:53:47+08:00 summary: gh-139038: Add whatsnew entry for jit unique reference tracki

[Python-checkins] [3.13] gh-146333: Fix quadratic regex backtracking in configparser option parsing (GH-146399) (GH-148559)

2026-04-15 Thread encukou
https://github.com/python/cpython/commit/a5969e8f0fda37aaf0e2f844fdcfca9d822a70b1 commit: a5969e8f0fda37aaf0e2f844fdcfca9d822a70b1 branch: 3.13 author: Petr Viktorin committer: encukou date: 2026-04-15T12:11:10+02:00 summary: [3.13] gh-146333: Fix quadratic regex backtracking in configparser opt

[Python-checkins] [3.14] gh-100305: Deemphasize that `ast.literal_eval` is safe in `eval` documentation (GH-100326) (#148420)

2026-04-15 Thread StanFromIreland
https://github.com/python/cpython/commit/0d2101de2ac432cf27486020599c2376a17954a3 commit: 0d2101de2ac432cf27486020599c2376a17954a3 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: StanFromIreland date: 2026-04-15T17:15:42+01:00 summary: [3.14

[Python-checkins] [3.13] gh-100305: Deemphasize that `ast.literal_eval` is safe in `eval` documentation (GH-100326) (#148421)

2026-04-15 Thread StanFromIreland
https://github.com/python/cpython/commit/9c2db8144ed15f0b57fdb90ed7c7e8c362debd28 commit: 9c2db8144ed15f0b57fdb90ed7c7e8c362debd28 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: StanFromIreland date: 2026-04-15T17:15:31+01:00 summary: [3.13

[Python-checkins] gh-148100: Soft deprecate `re.match` and `re.Pattern.match` in favour of `prefixmatch` (#148101)

2026-04-15 Thread hugovk
https://github.com/python/cpython/commit/eb2f634b831ae235c2ebd4cbeab97a40e7d8724e commit: eb2f634b831ae235c2ebd4cbeab97a40e7d8724e branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2026-04-15T23:09:47+0

[Python-checkins] Add PyManager documentation for index signatures (GH-148631)

2026-04-15 Thread zooba
https://github.com/python/cpython/commit/0a6bc082b7bc32a1f7743d8e0a1d635d5d72c965 commit: 0a6bc082b7bc32a1f7743d8e0a1d635d5d72c965 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2026-04-15T21:54:01Z summary: Add PyManager docume

[Python-checkins] Add PyManager documentation for index signatures (GH-148631)

2026-04-15 Thread zooba
https://github.com/python/cpython/commit/54607eec34b42d377a12fe16697e61a1663a1f42 commit: 54607eec34b42d377a12fe16697e61a1663a1f42 branch: main author: Steve Dower committer: zooba date: 2026-04-15T22:48:14+01:00 summary: Add PyManager documentation for index signatures (GH-148631) files: M Doc

[Python-checkins] gh-143886: Ensure function annotations are returned in order of definition (#143888)

2026-04-15 Thread JelleZijlstra
https://github.com/python/cpython/commit/cb339d3c9eaeedb6e541a36560b8a21567158e25 commit: cb339d3c9eaeedb6e541a36560b8a21567158e25 branch: main author: Carey Metcalfe committer: JelleZijlstra date: 2026-04-15T06:24:28-07:00 summary: gh-143886: Ensure function annotations are returned in order of

[Python-checkins] [3.12] gh-145548: Use VMADDR_CID_LOCAL in VSOCK socket tests (GH-145589) (#145809)

2026-04-15 Thread Yhg1s
https://github.com/python/cpython/commit/e378eda980ff786eb2211738aac0b6f76da88f91 commit: e378eda980ff786eb2211738aac0b6f76da88f91 branch: 3.12 author: Petr Viktorin committer: Yhg1s date: 2026-04-15T15:41:03+02:00 summary: [3.12] gh-145548: Use VMADDR_CID_LOCAL in VSOCK socket tests (GH-145589)

[Python-checkins] gh-148609: Remove unicode character in bytecodes.c (GH-148611)

2026-04-15 Thread Fidget-Spinner
https://github.com/python/cpython/commit/ab45919812340c32ed4fb9ba9ca9962f4c5514b0 commit: ab45919812340c32ed4fb9ba9ca9962f4c5514b0 branch: main author: Ken Jin committer: Fidget-Spinner date: 2026-04-15T12:58:35Z summary: gh-148609: Remove unicode character in bytecodes.c (GH-148611) Remove uni

[Python-checkins] Docs: Use bash lexer for http.server CLI commands, not Python (#148612)

2026-04-15 Thread hugovk
https://github.com/python/cpython/commit/55c9d60a3a7d5fca61c5a136af3a3b0a7c74 commit: 55c9d60a3a7d5fca61c5a136af3a3b0a7c74 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2026-04-15T18:18:49+0

[Python-checkins] [3.14] Docs: Use bash lexer for http.server CLI commands, not Python (GH-148612) (#148620)

2026-04-15 Thread hugovk
https://github.com/python/cpython/commit/0968f332f47e1ccd6ece65f799949aac77335354 commit: 0968f332f47e1ccd6ece65f799949aac77335354 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-04-1

[Python-checkins] [3.13] Docs: Use bash lexer for http.server CLI commands, not Python (GH-148612) (#148621)

2026-04-15 Thread hugovk
https://github.com/python/cpython/commit/1797dcda4ec78ad77f32214b20e7e78a9ecb7042 commit: 1797dcda4ec78ad77f32214b20e7e78a9ecb7042 branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2026-04-15T19:01:04+0

[Python-checkins] gh-148604: change `ADD_OP(_POP_TOP, ...)` to `optimize_pop_top` in `optimizer_bytecodes.c` (GH-148619)

2026-04-15 Thread Fidget-Spinner
https://github.com/python/cpython/commit/e998eb9a83b402f29bae06553424d1e42591cf4a commit: e998eb9a83b402f29bae06553424d1e42591cf4a branch: main author: Neko Asakura committer: Fidget-Spinner date: 2026-04-16T01:08:29+08:00 summary: gh-148604: change `ADD_OP(_POP_TOP, ...)` to `optimize_pop_top`