[Python-checkins] GH-122578: update to WASI SDK 24 (GH-122960)

2024-08-12 Thread brettcannon
https://github.com/python/cpython/commit/0e207f3e7adc6a0fdbe1482ce01163ff04d5ddcb commit: 0e207f3e7adc6a0fdbe1482ce01163ff04d5ddcb branch: main author: Brett Cannon committer: brettcannon date: 2024-08-12T16:21:00-07:00 summary: GH-122578: update to WASI SDK 24 (GH-122960) files: A Misc/NEWS.d/

[Python-checkins] GH-118093: Handle some polymorphism before requiring progress in tier two (GH-122843)

2024-08-12 Thread brandtbucher
https://github.com/python/cpython/commit/9621a7d0170bf1ec48bcfc35825007cdf75265ea commit: 9621a7d0170bf1ec48bcfc35825007cdf75265ea branch: main author: Brandt Bucher committer: brandtbucher date: 2024-08-12T12:39:31-07:00 summary: GH-118093: Handle some polymorphism before requiring progress in

[Python-checkins] gh-117482: Make the Slot Wrapper Inheritance Tests Much More Thorough (gh-122867)

2024-08-12 Thread ericsnowcurrently
https://github.com/python/cpython/commit/503af8fe9a93ea6bc5bdfc76eb56b106a47c7292 commit: 503af8fe9a93ea6bc5bdfc76eb56b106a47c7292 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-08-12T19:19:33Z summary: gh-117482: Make the Slot Wrapper Inheritance Tests Much More Thorough

[Python-checkins] [3.13] gh-122944: Fix incorrect prompt strings in the Python Tutorial (GH-122949) (#122954)

2024-08-12 Thread terryjreedy
https://github.com/python/cpython/commit/fcc7c4ea66f4d21032f37fc9c8d401f0998f3318 commit: fcc7c4ea66f4d21032f37fc9c8d401f0998f3318 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-08-12T18:56:36Z summary: [3.13] gh-1229

[Python-checkins] gh-117139: Replace _PyList_FromArraySteal with stack ref variant (#122830)

2024-08-12 Thread colesbury
https://github.com/python/cpython/commit/ab094d1b2b348f670743f88e52d1a3f2cab5abd5 commit: ab094d1b2b348f670743f88e52d1a3f2cab5abd5 branch: main author: Sam Gross committer: colesbury date: 2024-08-12T14:49:49-04:00 summary: gh-117139: Replace _PyList_FromArraySteal with stack ref variant (#12283

[Python-checkins] gh-117139: Fix a few `_PyStackRef` related bugs (#122831)

2024-08-12 Thread colesbury
https://github.com/python/cpython/commit/736fe4d23e267a70d3b769046f03c1f3bdc0f430 commit: 736fe4d23e267a70d3b769046f03c1f3bdc0f430 branch: main author: Sam Gross committer: colesbury date: 2024-08-12T14:49:33-04:00 summary: gh-117139: Fix a few `_PyStackRef` related bugs (#122831) `BUILD_SET` s

[Python-checkins] [3.12] gh-122944: Fix incorrect prompt strings in the Python Tutorial (GH-122949) (#122955)

2024-08-12 Thread terryjreedy
https://github.com/python/cpython/commit/cd6908536606e8179998147e308ad89d600bc31f commit: cd6908536606e8179998147e308ad89d600bc31f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-08-12T18:43:53Z summary: [3.12] gh-1229

[Python-checkins] gh-122944: Fix incorrect prompt strings in the Python Tutorial (#122949)

2024-08-12 Thread terryjreedy
https://github.com/python/cpython/commit/be90648fb2de58b148dcc7553a08ca646911baf2 commit: be90648fb2de58b148dcc7553a08ca646911baf2 branch: main author: Damien <[email protected]> committer: terryjreedy date: 2024-08-12T14:30:08-04:00 summary: gh-122944: Fix incorrect p

[Python-checkins] GH-122869: Add missing tier two optimizer cases (GH-122936)

2024-08-12 Thread brandtbucher
https://github.com/python/cpython/commit/1795d6cebaee07f30804d490fa90e3e516dfed79 commit: 1795d6cebaee07f30804d490fa90e3e516dfed79 branch: main author: Mark Shannon committer: brandtbucher date: 2024-08-12T10:35:52-07:00 summary: GH-122869: Add missing tier two optimizer cases (GH-122936) files

[Python-checkins] [3.13] gh-122888: Fix crash on certain calls to str() (GH-122889) (#122947)

2024-08-12 Thread JelleZijlstra
https://github.com/python/cpython/commit/55aede73423a718309bd89741766e01ce8435399 commit: 55aede73423a718309bd89741766e01ce8435399 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-08-12T16:53:05Z summary: [3.13] gh-12

[Python-checkins] gh-122888: Fix crash on certain calls to str() (#122889)

2024-08-12 Thread JelleZijlstra
https://github.com/python/cpython/commit/53ebb6232a8ebc03827cf2251bfc67f1886ffd70 commit: 53ebb6232a8ebc03827cf2251bfc67f1886ffd70 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2024-08-12T09:20:09-07:00 summary: gh-122888: Fix crash on certain calls to str() (#122889) Fixes

[Python-checkins] Fix old-style `print` statement in `gettext` comments (#122939)

2024-08-12 Thread sobolevn
https://github.com/python/cpython/commit/7c22ab5b38a1350c976ef35453d9b3ab7a294812 commit: 7c22ab5b38a1350c976ef35453d9b3ab7a294812 branch: main author: sobolevn committer: sobolevn date: 2024-08-12T18:15:57+03:00 summary: Fix old-style `print` statement in `gettext` comments (#122939) files: M

[Python-checkins] gh-122688: Add more tests for var-positional parameters in Argument Clinic (GH-122900)

2024-08-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f9ba1f35c7171340c86199c93eb3ff5200ba3cad commit: f9ba1f35c7171340c86199c93eb3ff5200ba3cad branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-08-12T16:52:48+03:00 summary: gh-122688: Add more tests for var-positional parameters in

[Python-checkins] [3.13] gh-111051: [tests] Wait a second to support filesystems with low-resolution mtime (GH-121959) (GH-122114)

2024-08-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8b64ce4eb461d5b6c8dd23d3f3f5dbe0d52f6161 commit: 8b64ce4eb461d5b6c8dd23d3f3f5dbe0d52f6161 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-08-12T11:00:33Z summary: [3.13] gh

[Python-checkins] [3.13] gh-116622: Skip PosixPathTest.test_expanduser_pwd2 on platforms which don't support pwd.getpwall (GH-122521) (GH-122530)

2024-08-12 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d6d68cfd864576edaba664009f73d2080483e83e commit: d6d68cfd864576edaba664009f73d2080483e83e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-08-12T13:37:03+03:00 summary: [3.1

[Python-checkins] [3.12] gh-99437: runpy: decode path-like objects before setting globals (#114838)

2024-08-12 Thread hugovk
https://github.com/python/cpython/commit/0585a3fdb9821624050e140fe89e1e39df1f3866 commit: 0585a3fdb9821624050e140fe89e1e39df1f3866 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-08-1