[Python-checkins] [3.13] gh-148653: Fix some marshal errors related to recursive code objects (GH-148698) (GH-148711) (GH-148713)

2026-04-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ac1c1e7ef05a15fdabdf38d11cbfb02a93ad6cfa commit: ac1c1e7ef05a15fdabdf38d11cbfb02a93ad6cfa branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2026-04-18T09:29:38Z summary: [3.13] gh-148653: Fix some marshal errors related to recursive

[Python-checkins] [3.13] gh-148653: Fix reference leaks in test_marshal introduced in gh-148698 (GH-148725) (GH-148728)

2026-04-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a60194609a956f51311746a8c9e68a4477a6c7f3 commit: a60194609a956f51311746a8c9e68a4477a6c7f3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2026-04-18T12:34:25Z summary: [3.13] gh

[Python-checkins] [3.14] gh-148653: Fix reference leaks in test_marshal introduced in gh-148698 (GH-148725) (GH-148727)

2026-04-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a37b105eec575ae1803f326a20769b77232db535 commit: a37b105eec575ae1803f326a20769b77232db535 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2026-04-18T12:35:51Z summary: [3.14] gh

[Python-checkins] [3.13] gh-148222: Fix NULL dereference bugs in genericaliasobject.c (GH-148226) (#148717)

2026-04-18 Thread JelleZijlstra
https://github.com/python/cpython/commit/0ca5390b6089035490861dedd6514f878fe291b6 commit: 0ca5390b6089035490861dedd6514f878fe291b6 branch: 3.13 author: Prakash Sellathurai committer: JelleZijlstra date: 2026-04-18T07:54:21-07:00 summary: [3.13] gh-148222: Fix NULL dereference bugs in genericalia

[Python-checkins] gh-148653: Fix some marshal errors related to recursive immutable objects (GH-148698)

2026-04-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2e37d836411e99cff7bb341ba14be5ea95fac08c commit: 2e37d836411e99cff7bb341ba14be5ea95fac08c branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2026-04-18T11:24:33+03:00 summary: gh-148653: Fix some marshal errors related to recursive im

[Python-checkins] Add a new Sphinx `soft-deprecated` directive (#148630)

2026-04-18 Thread hugovk
https://github.com/python/cpython/commit/e9bbf8617dff942360b5d800769c00440dc93bac commit: e9bbf8617dff942360b5d800769c00440dc93bac branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2026-04-18T11:37:54+0

[Python-checkins] [3.14] gh-148653: Fix some marshal errors related to recursive immutable objects (GH-148698) (GH-148711)

2026-04-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d496c637a3dac2cc5d51aa4a7ebd9a740143a719 commit: d496c637a3dac2cc5d51aa4a7ebd9a740143a719 branch: 3.14 author: Serhiy Storchaka committer: serhiy-storchaka date: 2026-04-18T08:57:55Z summary: [3.14] gh-148653: Fix some marshal errors related to recursive

[Python-checkins] gh-148653: Fix reference leaks in test_marshal introduced in gh-148698 (GH-148725)

2026-04-18 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7ce737ea11919aebf7eef174f910759e74d0ea50 commit: 7ce737ea11919aebf7eef174f910759e74d0ea50 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2026-04-18T12:11:14Z summary: gh-148653: Fix reference leaks in test_marshal introduced in gh

[Python-checkins] gh-148688: Fix _BlocksOutputBuffer_Finish() double free (#148689)

2026-04-18 Thread vstinner
https://github.com/python/cpython/commit/d61fcf834d197f0113a6a507fdbecc1545d9d483 commit: d61fcf834d197f0113a6a507fdbecc1545d9d483 branch: main author: Victor Stinner committer: vstinner date: 2026-04-18T09:56:56Z summary: gh-148688: Fix _BlocksOutputBuffer_Finish() double free (#148689) If _Bl

[Python-checkins] gh-148659: Export a few more functions required for external JITs (#148704)

2026-04-18 Thread DinoV
https://github.com/python/cpython/commit/d81599eeb73b4b8adcbcd5a1532c175d92fbf526 commit: d81599eeb73b4b8adcbcd5a1532c175d92fbf526 branch: main author: Dino Viehland committer: DinoV date: 2026-04-18T11:32:22-07:00 summary: gh-148659: Export a few more functions required for external JITs (#1487

[Python-checkins] gh-133403: Add type annotations to generate_levenshtein_examples.py (#143317)

2026-04-18 Thread hugovk
https://github.com/python/cpython/commit/28b8d5ffccd355dad7c8fd2fbf7b7552083c7e14 commit: 28b8d5ffccd355dad7c8fd2fbf7b7552083c7e14 branch: main author: John Seong <[email protected]> committer: hugovk <[email protected]> date: 2026-04-18T21:50:17+03:00

[Python-checkins] gh-148406: Fix annotations of _colorize.FancyCompleter (#148408)

2026-04-18 Thread hugovk
https://github.com/python/cpython/commit/4b3330813760a3e3c75cd03023d252742168683b commit: 4b3330813760a3e3c75cd03023d252742168683b branch: main author: Daniel Hollas committer: hugovk <[email protected]> date: 2026-04-18T21:51:58+03:00 summary: gh-148406: Fix annotations of