[Python-checkins] gh-129643: fix thread safety of `PyList_SetItem` (#129644)

2025-02-04 Thread kumaraditya303
https://github.com/python/cpython/commit/fb5d1c923677e7982360bad934d70cf9ad3366ca commit: fb5d1c923677e7982360bad934d70cf9ad3366ca branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-02-05T13:08:02+05:30 summary: gh-129643: fix thread safety of `PyList_SetItem` (#129644) file

[Python-checkins] gh-104400: pygettext: Prepare to replace TokenEater with a NodeVisitor (#129672)

2025-02-04 Thread AA-Turner
https://github.com/python/cpython/commit/e41ec8e18b078024b02a742272e675ae39778536 commit: e41ec8e18b078024b02a742272e675ae39778536 branch: main author: Tomas R. committer: AA-Turner <[email protected]> date: 2025-02-04T22:59:23Z summary: gh-104400: pygettext: Prepare to r

[Python-checkins] gh-127933: Add option to run regression tests in parallel (gh-128003)

2025-02-04 Thread colesbury
https://github.com/python/cpython/commit/e5f10a741408206e61cf793451cbd373bbe61594 commit: e5f10a741408206e61cf793451cbd373bbe61594 branch: main author: Sam Gross committer: colesbury date: 2025-02-04T17:44:59-05:00 summary: gh-127933: Add option to run regression tests in parallel (gh-128003) T

[Python-checkins] Python 3.13.2

2025-02-04 Thread Yhg1s
https://github.com/python/cpython/commit/4f8bb3947cfbc20f970ff9d9531e1132a9e95396 commit: 4f8bb3947cfbc20f970ff9d9531e1132a9e95396 branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2025-02-04T15:51:09+01:00 summary: Python 3.13.2 files: A Misc/NEWS.d/3.13.2.rst D Misc/NEWS.d/next/Build

[Python-checkins] Python 3.12.9

2025-02-04 Thread Yhg1s
https://github.com/python/cpython/commit/fdb81425a9ad683f8c24bf5cbedc9b96baf00cd2 commit: fdb81425a9ad683f8c24bf5cbedc9b96baf00cd2 branch: 3.12 author: Thomas Wouters committer: Yhg1s date: 2025-02-04T15:38:38+01:00 summary: Python 3.12.9 files: A Misc/NEWS.d/3.12.9.rst D Misc/NEWS.d/next/Build

[Python-checkins] gh-129660: Do not use test_embed in PGO profile builds (#129661)

2025-02-04 Thread vstinner
https://github.com/python/cpython/commit/285c1c4e9543299c8bf69ceb39a424782b8c632e commit: 285c1c4e9543299c8bf69ceb39a424782b8c632e branch: main author: neonene <[email protected]> committer: vstinner date: 2025-02-04T20:33:07+01:00 summary: gh-129660: Do not use test_embed

[Python-checkins] [3.13] gh-129646: Update the locale alias mapping (GH-129647) (GH-129658)

2025-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c66336ab02c226eb54caeb9cc6af0b20dc9972de commit: c66336ab02c226eb54caeb9cc6af0b20dc9972de branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-02-04T18:31:20+02:00 summary: [3.1

[Python-checkins] gh-129646: Update the locale alias mapping (#129647)

2025-02-04 Thread malemburg
https://github.com/python/cpython/commit/f61afca262d3a0aa6a8a501db0b1936c60858e35 commit: f61afca262d3a0aa6a8a501db0b1936c60858e35 branch: main author: Serhiy Storchaka committer: malemburg date: 2025-02-04T16:22:05+01:00 summary: gh-129646: Update the locale alias mapping (#129647) * gh-129646

[Python-checkins] gh-129354: Use PyErr_FormatUnraisable() function (#129656)

2025-02-04 Thread vstinner
https://github.com/python/cpython/commit/14489c1bb44dc2f4179278463fedd9a940b63f41 commit: 14489c1bb44dc2f4179278463fedd9a940b63f41 branch: main author: Victor Stinner committer: vstinner date: 2025-02-04T16:21:10+01:00 summary: gh-129354: Use PyErr_FormatUnraisable() function (#129656) Replace

[Python-checkins] Use roles :data: and :const: for referencing module variables (GH-129507)

2025-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/078ab828b9a21ed0e683941bd141d5017b5f62d9 commit: 078ab828b9a21ed0e683941bd141d5017b5f62d9 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-02-04T16:16:41+02:00 summary: Use roles :data: and :const: for referencing module variab

[Python-checkins] [3.13] gh-129350: Make tests for glob with trailing slash more strict (GH-129376) (GH-129651)

2025-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7935c0fd5f7f21ef3483c033fb861c29241c0719 commit: 7935c0fd5f7f21ef3483c033fb861c29241c0719 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-02-04T14:49:14Z summary: [3.13] gh

[Python-checkins] [3.12] gh-128772: Fix pydoc for methods with __module__ is None (GH-129177) (GH-129654)

2025-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0d207c3dd10766d44436126f4be2cdd65f9ef9a5 commit: 0d207c3dd10766d44436126f4be2cdd65f9ef9a5 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-02-04T14:44:02Z summary: [3.12] gh

[Python-checkins] [3.12] gh-129350: Make tests for glob with trailing slash more strict (GH-129376) (GH-129652)

2025-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/676ee57bd6f177556a696136d3bae3fb136cfd01 commit: 676ee57bd6f177556a696136d3bae3fb136cfd01 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-02-04T14:42:14Z summary: [3.12] gh

[Python-checkins] [3.12] Use roles :data: and :const: for referencing module variables (GH-129507) (GH-129650)

2025-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0d51b298061957625190b916d57f4e552bc835e6 commit: 0d51b298061957625190b916d57f4e552bc835e6 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-02-04T14:30:57Z summary: [3.12] Use roles :data: and :const: for referencing module vari

[Python-checkins] gh-128772: Fix pydoc for methods with __module__ is None (GH-129177)

2025-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/979d76620990e6f8d68fa63e0ae0db1ec5b4d14c commit: 979d76620990e6f8d68fa63e0ae0db1ec5b4d14c branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-02-04T16:25:49+02:00 summary: gh-128772: Fix pydoc for methods with __module__ is None (

[Python-checkins] [3.13] Use roles :data: and :const: for referencing module variables (GH-129507) (GH-129649)

2025-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4cf3e80eeeb4763bae4ab5fb1b91c146c3da0876 commit: 4cf3e80eeeb4763bae4ab5fb1b91c146c3da0876 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-02-04T14:25:18Z summary: [3.13] Use roles :data: and :const: for referencing module vari

[Python-checkins] gh-129350: Make tests for glob with trailing slash more strict (GH-129376)

2025-02-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8b5c8508c7f5d98b09792e159ef2396c73da68cd commit: 8b5c8508c7f5d98b09792e159ef2396c73da68cd branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-02-04T16:24:22+02:00 summary: gh-129350: Make tests for glob with trailing slash more st

[Python-checkins] [3.13] gh-127349: Add check for correct resizing in REPL (GH-127387) (#129485)

2025-02-04 Thread ambv
https://github.com/python/cpython/commit/08b045c438a18e59c33b512edc72ace3aba752c3 commit: 08b045c438a18e59c33b512edc72ace3aba752c3 branch: 3.13 author: donBarbos committer: ambv date: 2025-02-04T15:18:22+01:00 summary: [3.13] gh-127349: Add check for correct resizing in REPL (GH-127387) (#129485

[Python-checkins] [3.12] gh-129502: Fix handling errors in ctypes callbacks (GH-129504) (#129639)

2025-02-04 Thread Yhg1s
https://github.com/python/cpython/commit/86451b146ac2a42a2ceb602f9d10c769d39ab69d commit: 86451b146ac2a42a2ceb602f9d10c769d39ab69d branch: 3.12 author: Serhiy Storchaka committer: Yhg1s date: 2025-02-04T15:04:46+01:00 summary: [3.12] gh-129502: Fix handling errors in ctypes callbacks (GH-129504)

[Python-checkins] GH-128682: Mark two more macros as escaping. (GH-129645)

2025-02-04 Thread markshannon
https://github.com/python/cpython/commit/96ff4c2486e0c3efb62ce3e712c9bd919dbb6b20 commit: 96ff4c2486e0c3efb62ce3e712c9bd919dbb6b20 branch: main author: Mark Shannon committer: markshannon date: 2025-02-04T14:00:51Z summary: GH-128682: Mark two more macros as escaping. (GH-129645) Expand out SET

[Python-checkins] GH-128682: Spill the stack pointer in labels, as well as instructions (GH-129618)

2025-02-04 Thread markshannon
https://github.com/python/cpython/commit/2effea4dab05160abc05f1a548d519a5f6d684bc commit: 2effea4dab05160abc05f1a548d519a5f6d684bc branch: main author: Mark Shannon committer: markshannon date: 2025-02-04T12:18:31Z summary: GH-128682: Spill the stack pointer in labels, as well as instructions (

[Python-checkins] gh-126835: Fix reference leak in `Python/flowgrapc.::optimize_if_const_subscr` (#129634)

2025-02-04 Thread Eclips4
https://github.com/python/cpython/commit/d3c54f37889436ded4520e78e4e59d3f3350aa44 commit: d3c54f37889436ded4520e78e4e59d3f3350aa44 branch: main author: Yan Yanchii committer: Eclips4 date: 2025-02-04T10:38:06Z summary: gh-126835: Fix reference leak in `Python/flowgrapc.::optimize_if_const_subscr

[Python-checkins] gh-126835: Move constant subscript folding to CFG (#129568)

2025-02-04 Thread Eclips4
https://github.com/python/cpython/commit/0664c1af9b29a5af2404e04a522f8e9e175ba05a commit: 0664c1af9b29a5af2404e04a522f8e9e175ba05a branch: main author: Yan Yanchii committer: Eclips4 date: 2025-02-04T10:10:55+02:00 summary: gh-126835: Move constant subscript folding to CFG (#129568) Move foldin