[Python-checkins] gh-116622: Switch test_stress_delivery_simultaneous from SIGUSR1 to SIGUSR2 (#123981)

2024-09-11 Thread freakboy3742
https://github.com/python/cpython/commit/43303e362e3a7e2d96747d881021a14c7f7e3d0b commit: 43303e362e3a7e2d96747d881021a14c7f7e3d0b branch: main author: Malcolm Smith committer: freakboy3742 date: 2024-09-12T13:52:07+08:00 summary: gh-116622: Switch test_stress_delivery_simultaneous from SIGUSR1

[Python-checkins] Fix "The Matrix" movie release year in `typing.rst` (#123965)

2024-09-11 Thread sobolevn
https://github.com/python/cpython/commit/3bd942f106aa36c261a2d90104c027026b2a8fb6 commit: 3bd942f106aa36c261a2d90104c027026b2a8fb6 branch: main author: sobolevn committer: sobolevn date: 2024-09-11T21:25:23+03:00 summary: Fix "The Matrix" movie release year in `typing.rst` (#123965) files: M Do

[Python-checkins] Update Sphinx Lint and fix unnecessary parentheses in `:func:`s (#123960)

2024-09-11 Thread hugovk
https://github.com/python/cpython/commit/eb169f40276a8611827770f02c4b82827c98e00f commit: eb169f40276a8611827770f02c4b82827c98e00f branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-09-11T21:05:15+0

[Python-checkins] gh-123958: apply docstring removal optimization in ast_opt instead of codegen (#123959)

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

[Python-checkins] gh-123290: fix reference leaks in the error-branches of `_cursesmodule.c` (#123953)

2024-09-11 Thread vstinner
https://github.com/python/cpython/commit/2938c3dec99390087490124c2ef50e1592671e72 commit: 2938c3dec99390087490124c2ef50e1592671e72 branch: main author: Bénédikt Tran <[email protected]> committer: vstinner date: 2024-09-11T15:49:33Z summary: gh-123290: fix reference leaks

[Python-checkins] gh-108951: Document how to terminate an asyncio.TaskGroup (#123837)

2024-09-11 Thread gvanrossum
https://github.com/python/cpython/commit/ef05801ba0cbf090034df17e2a0420fb42c2d538 commit: ef05801ba0cbf090034df17e2a0420fb42c2d538 branch: main author: Bénédikt Tran <[email protected]> committer: gvanrossum date: 2024-09-11T08:43:24-07:00 summary: gh-108951: Document how

[Python-checkins] gh-119180: Documentation for PEP 649 and 749 (#122235)

2024-09-11 Thread JelleZijlstra
https://github.com/python/cpython/commit/5436d8b9c397c48d9b0d5f9d4ad5e1d5a5d500f6 commit: 5436d8b9c397c48d9b0d5f9d4ad5e1d5a5d500f6 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-09-11T07:49:59-07:00 summary: gh-119180: Documentation for PEP 649 and 749 (#122235) Co-auth

[Python-checkins] gh-123942: add missing test for docstring-handling code in ast_opt.c (#123943)

2024-09-11 Thread iritkatriel
https://github.com/python/cpython/commit/6e23c89fcdd02b08fa6e9fa70d6e90763ddfc327 commit: 6e23c89fcdd02b08fa6e9fa70d6e90763ddfc327 branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-09-11T

[Python-checkins] [3.12] gh-123919: Fix null handling in `_freeze_module.c` (GH-123920) (#123949)

2024-09-11 Thread kumaraditya303
https://github.com/python/cpython/commit/cbfeb6a7fe89101e24ba7f61b5d42e12b79f1c9d commit: cbfeb6a7fe89101e24ba7f61b5d42e12b79f1c9d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-09-11T13:56:00Z summary: [3.12] gh-1

[Python-checkins] gh-123919: Fix null handling in `_freeze_module.c` (#123920)

2024-09-11 Thread kumaraditya303
https://github.com/python/cpython/commit/c8d1dbef5b770b647aa7ff45fd5b269bc7629d0b commit: c8d1dbef5b770b647aa7ff45fd5b269bc7629d0b branch: main author: sobolevn committer: kumaraditya303 date: 2024-09-11T19:07:35+05:30 summary: gh-123919: Fix null handling in `_freeze_module.c` (#123920) files:

[Python-checkins] [3.12] gh-123811: test that round() can return signed zero (GH-123829) (#123939)

2024-09-11 Thread vstinner
https://github.com/python/cpython/commit/8ca75eecb0a072a87b2403c5e358b2f3d4f3b76b commit: 8ca75eecb0a072a87b2403c5e358b2f3d4f3b76b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-09-11T12:26:35Z summary: [3.12] gh-123811:

[Python-checkins] [3.12] gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testcase (GH-121071) (#123841)

2024-09-11 Thread vstinner
https://github.com/python/cpython/commit/ec119dc984c0a4f045dc60b00ba5d4514c4f5e38 commit: ec119dc984c0a4f045dc60b00ba5d4514c4f5e38 branch: 3.12 author: Sergey B Kirpichev committer: vstinner date: 2024-09-11T14:06:40+02:00 summary: [3.12] gh-121039: add Floats/ComplexesAreIdenticalMixin to test

[Python-checkins] [3.12] gh-77894: Fix a crash when the GC breaks a loop containing a memoryview (GH-123898) (GH-123937)

2024-09-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/90e5bd7ed2502ed5b1ee70f5937fe46441d1710b commit: 90e5bd7ed2502ed5b1ee70f5937fe46441d1710b branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-09-11T09:32:39Z summary: [3.12] gh-77894: Fix a crash when the GC breaks a loop containi

[Python-checkins] gh-123811: test that round() can return signed zero (#123829)

2024-09-11 Thread vstinner
https://github.com/python/cpython/commit/d2b9b6f919e92184420c8e13d078e83447ce7917 commit: d2b9b6f919e92184420c8e13d078e83447ce7917 branch: main author: Sergey B Kirpichev committer: vstinner date: 2024-09-11T11:21:05+02:00 summary: gh-123811: test that round() can return signed zero (#123829) f

[Python-checkins] gh-77894: Fix a crash when the GC breaks a loop containing a memoryview (GH-123898)

2024-09-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a1dbf2ea69acc6ccee6292709af1dadd55c068be commit: a1dbf2ea69acc6ccee6292709af1dadd55c068be branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-09-11T12:05:46+03:00 summary: gh-77894: Fix a crash when the GC breaks a loop containing