[Python-checkins] gh-130881: Handle conditionally defined annotations (#130935)

2025-03-25 Thread JelleZijlstra
https://github.com/python/cpython/commit/898e6b395e63ad7f8bbe421adf0af8947d429925 commit: 898e6b395e63ad7f8bbe421adf0af8947d429925 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-03-26T03:48:19Z summary: gh-130881: Handle conditionally defined annotations (#130935) files

[Python-checkins] GH-130673: Gracefully handle missing sections in JIT build (GH-130906)

2025-03-25 Thread brandtbucher
https://github.com/python/cpython/commit/a26a301f8b09c1825b288fc8649f8174576361f4 commit: a26a301f8b09c1825b288fc8649f8174576361f4 branch: main author: Bojun Ren committer: brandtbucher date: 2025-03-25T16:35:39-07:00 summary: GH-130673: Gracefully handle missing sections in JIT build (GH-130906

[Python-checkins] GH-131296: fix clang-cl warnings in sysmodule.c (#131304)

2025-03-25 Thread vstinner
https://github.com/python/cpython/commit/a2ea4175786e684dd0c1751d49f869e2e4a80e30 commit: a2ea4175786e684dd0c1751d49f869e2e4a80e30 branch: main author: Chris Eibl <[email protected]> committer: vstinner date: 2025-03-20T16:29:21Z summary: GH-131296: fix clang-cl warnin

[Python-checkins] gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm gen (gh-131744)

2025-03-25 Thread corona10
https://github.com/python/cpython/commit/7bb41aef4b7b8f3c3f07c11b801c5b7f8afaac7f commit: 7bb41aef4b7b8f3c3f07c11b801c5b7f8afaac7f branch: main author: Donghee Na committer: corona10 date: 2025-03-26T09:45:29+09:00 summary: gh-131740: Update PyUnstable_GC_VisitObjects to traverse perm gen (gh-13

[Python-checkins] gh-127945: add locking to malloc closure in free-threading (#131662)

2025-03-25 Thread kumaraditya303
https://github.com/python/cpython/commit/96ef4c511f3ec763dbb06a1f3c23c658a09403a1 commit: 96ef4c511f3ec763dbb06a1f3c23c658a09403a1 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-03-25T16:48:46+05:30 summary: gh-127945: add locking to malloc closure in free-threading (#131

[Python-checkins] GH-131691: Fix exception handling setting for clang-cl on Windows (GH-131730)

2025-03-25 Thread zooba
https://github.com/python/cpython/commit/488174dc68f90217fd43aa95d87441cc6bad6a29 commit: 488174dc68f90217fd43aa95d87441cc6bad6a29 branch: main author: Chris Eibl <[email protected]> committer: zooba date: 2025-03-25T23:07:52Z summary: GH-131691: Fix exception handling

[Python-checkins] [3.13] gh-129900: Fix `SystemExit` return codes when the REPL is started from the command line (GH-129901) (#131734)

2025-03-25 Thread vstinner
https://github.com/python/cpython/commit/91ae3307ee571a5b13c3be102fa8afb117c3a4d7 commit: 91ae3307ee571a5b13c3be102fa8afb117c3a4d7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-03-25T20:15:00Z summary: [3.13] gh-129900:

[Python-checkins] gh-129900: Fix `SystemExit` return codes when the REPL is started from the command line (#129901)

2025-03-25 Thread vstinner
https://github.com/python/cpython/commit/90b82f2b61219c8f94e2deddc989a4c4fe9ea7c7 commit: 90b82f2b61219c8f94e2deddc989a4c4fe9ea7c7 branch: main author: Peter Bierma committer: vstinner date: 2025-03-25T19:48:46Z summary: gh-129900: Fix `SystemExit` return codes when the REPL is started from the

[Python-checkins] GH-130887: Always remove trailing jumps in AArch64 JIT stencils (GH-131042)

2025-03-25 Thread brandtbucher
https://github.com/python/cpython/commit/ea0453ee979174d6fc14aae0fd85e4ede6742a86 commit: ea0453ee979174d6fc14aae0fd85e4ede6742a86 branch: main author: Diego Russo committer: brandtbucher date: 2025-03-25T10:15:36-07:00 summary: GH-130887: Always remove trailing jumps in AArch64 JIT stencils (GH

[Python-checkins] gh-131647: fix 'sys.path_hooks is empty' warning in test_importlib (#131648)

2025-03-25 Thread vstinner
https://github.com/python/cpython/commit/8ada7a9e1435302ec2cb73375122072d0e1cdd6f commit: 8ada7a9e1435302ec2cb73375122072d0e1cdd6f branch: main author: Thomas Grainger committer: vstinner date: 2025-03-25T18:16:15+01:00 summary: gh-131647: fix 'sys.path_hooks is empty' warning in test_importlib

[Python-checkins] [3.13] gh-131719: add NULL pointer check to `_PyMem_FreeDelayed` (gh-131720) (gh-131722)

2025-03-25 Thread colesbury
https://github.com/python/cpython/commit/9c7ef0cc28650520fea1cc5c35b1b3f2d94bc96a commit: 9c7ef0cc28650520fea1cc5c35b1b3f2d94bc96a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-03-25T15:15:26Z summary: [3.13] gh-131719

[Python-checkins] gh-131719: add NULL pointer check to `_PyMem_FreeDelayed` (gh-131720)

2025-03-25 Thread colesbury
https://github.com/python/cpython/commit/0a91456ad14bb598646f50bf8f034e8887c0c468 commit: 0a91456ad14bb598646f50bf8f034e8887c0c468 branch: main author: Tomasz Pytel committer: colesbury date: 2025-03-25T10:49:18-04:00 summary: gh-131719: add NULL pointer check to `_PyMem_FreeDelayed` (gh-131720)

[Python-checkins] gh-131711: Preventing the use of a null pointer in set_tp_mro (#131713)

2025-03-25 Thread vstinner
https://github.com/python/cpython/commit/44605aa93d31d6dff64dab96126942f94cf1dfe9 commit: 44605aa93d31d6dff64dab96126942f94cf1dfe9 branch: main author: Sergey Muraviov committer: vstinner date: 2025-03-25T14:28:38+01:00 summary: gh-131711: Preventing the use of a null pointer in set_tp_mro (#131

[Python-checkins] gh-127945: fix thread safety of ctypes state (#131710)

2025-03-25 Thread kumaraditya303
https://github.com/python/cpython/commit/f1967e72498209e42f7cf5eeff0cd84d1ec10d18 commit: f1967e72498209e42f7cf5eeff0cd84d1ec10d18 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-03-25T17:03:05+05:30 summary: gh-127945: fix thread safety of ctypes state (#131710) This fix

[Python-checkins] gh-131707: fix unawaited coroutine warning in test_coroutines.Corouti… (#131708)

2025-03-25 Thread sobolevn
https://github.com/python/cpython/commit/6fb5f7f4d9d22c49f5c29d2ffcbcc32b6cd7d06a commit: 6fb5f7f4d9d22c49f5c29d2ffcbcc32b6cd7d06a branch: main author: Thomas Grainger committer: sobolevn date: 2025-03-25T08:29:51Z summary: gh-131707: fix unawaited coroutine warning in test_coroutines.Corouti… (

[Python-checkins] gh-128446: Run Windows CI tests on each commit (#131702)

2025-03-25 Thread hugovk
https://github.com/python/cpython/commit/7d9442f0d55a7169940b9371d6e58a7c2ec1fa8a commit: 7d9442f0d55a7169940b9371d6e58a7c2ec1fa8a branch: main author: Adam Turner <[email protected]> committer: hugovk <[email protected]> date: 2025-03-25T09:06:15+02:0