[Python-checkins] gh-120321: Avoid `-Wunreachable-code` warning on Clang (gh-143022)

2025-12-20 Thread colesbury
https://github.com/python/cpython/commit/7607712b61b7ab35c08e189155c0e161f9ad74b0 commit: 7607712b61b7ab35c08e189155c0e161f9ad74b0 branch: main author: Sam Gross committer: colesbury date: 2025-12-20T14:42:12-05:00 summary: gh-120321: Avoid `-Wunreachable-code` warning on Clang (gh-143022) file

[Python-checkins] gh-122581: Use parser mutex in default build for subinterpreters (gh-142959)

2025-12-20 Thread colesbury
https://github.com/python/cpython/commit/2b4feee648b7af0ccca8dee167fdd21cfb0bd23a commit: 2b4feee648b7af0ccca8dee167fdd21cfb0bd23a branch: main author: Sam Gross committer: colesbury date: 2025-12-20T15:37:31-05:00 summary: gh-122581: Use parser mutex in default build for subinterpreters (gh-142

[Python-checkins] [3.13] gh-140373: Correctly emit PY_UNWIND event when generator is closed (GH-140767) (#140821)

2025-12-20 Thread hugovk
https://github.com/python/cpython/commit/4504ff89d5cfaa9f5a57956d20030184ca959361 commit: 4504ff89d5cfaa9f5a57956d20030184ca959361 branch: 3.13 author: Mikhail Efimov committer: hugovk <[email protected]> date: 2025-12-20T16:21:11+02:00 summary: [3.13] gh-140373: Correctly e

[Python-checkins] gh-142834: pdb commands command should use last available breakpoint (#142835)

2025-12-20 Thread gaogaotiantian
https://github.com/python/cpython/commit/3cc57505e530c64b7d783e5ac15d3e66d233 commit: 3cc57505e530c64b7d783e5ac15d3e66d233 branch: main author: Hai Zhu <[email protected]> committer: gaogaotiantian date: 2025-12-20T09:27:34-08:00 summary: gh-142834: pdb commands

[Python-checkins] gh-142145: relax the no-longer-quadratic test timing (#143030)

2025-12-20 Thread gpshead
https://github.com/python/cpython/commit/8d2d7bb2e754f8649a68ce4116271a4932f76907 commit: 8d2d7bb2e754f8649a68ce4116271a4932f76907 branch: main author: Gregory P. Smith <[email protected]> committer: gpshead <[email protected]> date: 2025-12-20T23:42:06Z su

[Python-checkins] [3.14] gh-142754: Ensure that Element & Attr instances have the ownerDocument attribute (GH-142794) (#142818)

2025-12-20 Thread gpshead
https://github.com/python/cpython/commit/4424d1b38f04fd03e07046a64199bfd8ea52bd3d commit: 4424d1b38f04fd03e07046a64199bfd8ea52bd3d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-12-2

[Python-checkins] [3.13] gh-142754: Ensure that Element & Attr instances have the ownerDocument attribute (GH-142794) (#142819)

2025-12-20 Thread gpshead
https://github.com/python/cpython/commit/86747f1a1a7b4f0ea2d47fe94b841c224bae5073 commit: 86747f1a1a7b4f0ea2d47fe94b841c224bae5073 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-12-2

[Python-checkins] [3.13] gh-143012: use `Py_ssize_t` cast for `PyBytes_FromStringAndSize` (GH-143013) (#143015)

2025-12-20 Thread sobolevn
https://github.com/python/cpython/commit/98d97d76a87e15209ddebbca38a6d2ee16578d92 commit: 98d97d76a87e15209ddebbca38a6d2ee16578d92 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-12-20T07:59:55Z summary: [3.13] gh-143012:

[Python-checkins] [3.14] gh-143012: use `Py_ssize_t` cast for `PyBytes_FromStringAndSize` (GH-143013) (#143014)

2025-12-20 Thread sobolevn
https://github.com/python/cpython/commit/586047a8d8c6839d30a0c25b6c82ff949f67de74 commit: 586047a8d8c6839d30a0c25b6c82ff949f67de74 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-12-20T08:02:44Z summary: [3.14] gh-143012:

[Python-checkins] [3.13] gh-141808: Don't remove the JIT stencils when building with PGO (GH-141809) (GH-142657) (#142955)

2025-12-20 Thread vstinner
https://github.com/python/cpython/commit/5d82520e38c54a4253163bd33d0a54dbb0a9f82e commit: 5d82520e38c54a4253163bd33d0a54dbb0a9f82e branch: 3.13 author: Miro HronĨok committer: vstinner date: 2025-12-20T12:58:01+01:00 summary: [3.13] gh-141808: Don't remove the JIT stencils when building with PGO

[Python-checkins] [3.14] gh-142145: relax the no-longer-quadratic test timing (GH-143030) (#143031)

2025-12-20 Thread gpshead
https://github.com/python/cpython/commit/27648a1818749ef44c420afe6173af6868715437 commit: 27648a1818749ef44c420afe6173af6868715437 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-12-2

[Python-checkins] gh-70647: Better promote how to safely parse yearless dates in datetime. (GH-116179)

2025-12-20 Thread gpshead
https://github.com/python/cpython/commit/b8d3fddba6e96e693ced0d3b8f6ddbd61428fd32 commit: b8d3fddba6e96e693ced0d3b8f6ddbd61428fd32 branch: main author: Gregory P. Smith <[email protected]> committer: gpshead <[email protected]> date: 2025-12-20T22:47:40-08:

[Python-checkins] [3.14] gh-70647: Better promote how to safely parse yearless dates in datetime. (GH-116179) (#143037)

2025-12-20 Thread gpshead
https://github.com/python/cpython/commit/362d11e54543ed9edf8cbcc6f1afe6ab1d15d0cb commit: 362d11e54543ed9edf8cbcc6f1afe6ab1d15d0cb branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-12-2

[Python-checkins] [3.13] gh-70647: Better promote how to safely parse yearless dates in datetime. (GH-116179) (#143038)

2025-12-20 Thread gpshead
https://github.com/python/cpython/commit/9b7a6286327b0e03d258316dde7419ca0a7e10f3 commit: 9b7a6286327b0e03d258316dde7419ca0a7e10f3 branch: 3.13 author: Gregory P. Smith <[email protected]> committer: gpshead <[email protected]> date: 2025-12-21T07:03:24Z su

[Python-checkins] [3.13] gh-142145: relax the no-longer-quadratic test timing (GH-143030) (#143032)

2025-12-20 Thread gpshead
https://github.com/python/cpython/commit/a696ba8b4d42fd632afc9bc88ad830a2e4cceed8 commit: a696ba8b4d42fd632afc9bc88ad830a2e4cceed8 branch: 3.13 author: Gregory P. Smith <[email protected]> committer: gpshead <[email protected]> date: 2025-12-21T00:22:07Z su