[Python-checkins] GH-127381: pathlib ABCs: remove `PathBase.resolve()` and `absolute()` (#127707)

2024-12-06 Thread barneygale
https://github.com/python/cpython/commit/31c9f3ced293492b38e784c17c4befe425da5dab commit: 31c9f3ced293492b38e784c17c4befe425da5dab branch: main author: Barney Gale committer: barneygale date: 2024-12-06T21:39:45Z summary: GH-127381: pathlib ABCs: remove `PathBase.resolve()` and `absolute()` (#12

[Python-checkins] GH-127652: stop using `--wasi preview2` in `wasi.py` (GH-127704)

2024-12-06 Thread brettcannon
https://github.com/python/cpython/commit/0fc4063747c96223575f6f5a0562eddf2ed0ed62 commit: 0fc4063747c96223575f6f5a0562eddf2ed0ed62 branch: main author: Brett Cannon committer: brettcannon date: 2024-12-06T18:42:05Z summary: GH-127652: stop using `--wasi preview2` in `wasi.py` (GH-127704) It's o

[Python-checkins] [3.13] Fix typo in `Lib/_android_support.py` (GH-127699) (#127703)

2024-12-06 Thread Eclips4
https://github.com/python/cpython/commit/d95df6a75b04932800a930f8f7356aacf0f956a7 commit: d95df6a75b04932800a930f8f7356aacf0f956a7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2024-12-06T18:14:12Z summary: [3.13] Fix typo in

[Python-checkins] GH-127381: pathlib ABCs: remove `PathBase.rename()` and `replace()` (#127658)

2024-12-06 Thread barneygale
https://github.com/python/cpython/commit/5b6635f772d187d6049a56bfea76855644cd4ca1 commit: 5b6635f772d187d6049a56bfea76855644cd4ca1 branch: main author: Barney Gale committer: barneygale date: 2024-12-06T18:10:00Z summary: GH-127381: pathlib ABCs: remove `PathBase.rename()` and `replace()` (#1276

[Python-checkins] Fix typo in `Lib/_android_support.py` (#127699)

2024-12-06 Thread Eclips4
https://github.com/python/cpython/commit/e59caf67cdb8dae26470f00599ea8dbb00968a73 commit: e59caf67cdb8dae26470f00599ea8dbb00968a73 branch: main author: Stan Ulbrych <[email protected]> committer: Eclips4 date: 2024-12-06T19:50:58+02:00 summary: Fix typo in `Lib/_an

[Python-checkins] [3.13] gh-127552: Remove comment questioning 4-digit restriction for ‘Y’ in datetime.strptime patterns (GH-127590) GH-127650)

2024-12-06 Thread brettcannon
https://github.com/python/cpython/commit/652a0eb6d1687fb1012b9743277f1c7cac3f commit: 652a0eb6d1687fb1012b9743277f1c7cac3f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: brettcannon date: 2024-12-06T09:17:32-08:00 summary: [3.13] gh

[Python-checkins] gh-119786: Add jit.md. Move adaptive.md to a section of interpreter.md. (#127175)

2024-12-06 Thread iritkatriel
https://github.com/python/cpython/commit/89fa7ec74e531870a8f495d5e32ec0b00dbcd32b commit: 89fa7ec74e531870a8f495d5e32ec0b00dbcd32b branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-12-06T

[Python-checkins] gh-59705: Add _thread.set_name() function (#127338)

2024-12-06 Thread vstinner
https://github.com/python/cpython/commit/67b18a18b66b89e253f38895057ef9f6bae92e7b commit: 67b18a18b66b89e253f38895057ef9f6bae92e7b branch: main author: Victor Stinner committer: vstinner date: 2024-12-06T16:27:12Z summary: gh-59705: Add _thread.set_name() function (#127338) On Linux, threading.

[Python-checkins] [3.13] gh-125610: Fix `STORE_ATTR_INSTANCE_VALUE` specialization check (GH-125612) (GH-127698)

2024-12-06 Thread colesbury
https://github.com/python/cpython/commit/8d50e0320bdcf88ccfdd57a54fa581a57c04e95c commit: 8d50e0320bdcf88ccfdd57a54fa581a57c04e95c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-12-06T16:14:26Z summary: [3.13] gh-125610

[Python-checkins] gh-127314: Don't mention the GIL when calling without a thread state on the free-threaded build (#127315)

2024-12-06 Thread vstinner
https://github.com/python/cpython/commit/12680ec5bd45c85b6daebe0739d30ef45f089efa commit: 12680ec5bd45c85b6daebe0739d30ef45f089efa branch: main author: Peter Bierma committer: vstinner date: 2024-12-06T16:58:19+01:00 summary: gh-127314: Don't mention the GIL when calling without a thread state o

[Python-checkins] gh-125610: Fix `STORE_ATTR_INSTANCE_VALUE` specialization check (GH-125612)

2024-12-06 Thread colesbury
https://github.com/python/cpython/commit/a353455fca1b8f468ff3ffbb4b5e316510b4fd43 commit: a353455fca1b8f468ff3ffbb4b5e316510b4fd43 branch: main author: Sam Gross committer: colesbury date: 2024-12-06T10:48:24-05:00 summary: gh-125610: Fix `STORE_ATTR_INSTANCE_VALUE` specialization check (GH-1256

[Python-checkins] gh-126024: fix UBSan failure in `unicodeobject.c:find_first_nonascii` (GH-127566)

2024-12-06 Thread colesbury
https://github.com/python/cpython/commit/36c6178d372b075e9c74b786cfb5e47702976b1c commit: 36c6178d372b075e9c74b786cfb5e47702976b1c branch: main author: Bénédikt Tran <[email protected]> committer: colesbury date: 2024-12-06T09:31:30-05:00 summary: gh-126024: fix UBSan fail

[Python-checkins] [3.12] gh-101100: amend references starting with `!~` in gh-127054 (GH-127684) (#127693)

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

[Python-checkins] [3.13] gh-101100: amend references starting with `!~` in gh-127054 (GH-127684) (#127692)

2024-12-06 Thread hugovk
https://github.com/python/cpython/commit/5d35d279a5150fd5ea4731c53fc3459cf22f1d16 commit: 5d35d279a5150fd5ea4731c53fc3459cf22f1d16 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-12-0

[Python-checkins] gh-101100: amend references starting with `!~` in gh-127054 (#127684)

2024-12-06 Thread hugovk
https://github.com/python/cpython/commit/77a61c0465c27c1c4ba7cddf4638d9ed75259671 commit: 77a61c0465c27c1c4ba7cddf4638d9ed75259671 branch: main author: Yuki Kobayashi committer: hugovk <[email protected]> date: 2024-12-06T16:09:20+02:00 summary: gh-101100: amend references s

[Python-checkins] GH-126491: Lower heap size limit with faster marking (GH-127519)

2024-12-06 Thread markshannon
https://github.com/python/cpython/commit/023b7d2141467017abc27de864f3f44677768cb3 commit: 023b7d2141467017abc27de864f3f44677768cb3 branch: main author: Mark Shannon committer: markshannon date: 2024-12-06T10:46:59Z summary: GH-126491: Lower heap size limit with faster marking (GH-127519) * Fast

[Python-checkins] gh-120010: Fix invalid (nan+nanj) results in _Py_c_prod() (GH-120287)

2024-12-06 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8b7c194c7bf7e547e4f6317528f0dcb9344c18c7 commit: 8b7c194c7bf7e547e4f6317528f0dcb9344c18c7 branch: main author: Sergey B Kirpichev committer: serhiy-storchaka date: 2024-12-06T12:28:32+02:00 summary: gh-120010: Fix invalid (nan+nanj) results in _Py_c_prod(