[Python-checkins] gh-112087: Make list.sort to be thread-safe for PEP 703. (gh-116553)

2024-03-09 Thread corona10
https://github.com/python/cpython/commit/5b2f21faf388d8de5b388996cfd4f03430085764 commit: 5b2f21faf388d8de5b388996cfd4f03430085764 branch: main author: Donghee Na committer: corona10 date: 2024-03-10T00:45:42Z summary: gh-112087: Make list.sort to be thread-safe for PEP 703. (gh-116553) files:

[Python-checkins] gh-112087: Store memory allocation information into _PyListArray (gh-116529)

2024-03-09 Thread corona10
https://github.com/python/cpython/commit/17d31bf3843c384873999a15ce683cc3654f46ae commit: 17d31bf3843c384873999a15ce683cc3654f46ae branch: main author: Donghee Na committer: corona10 date: 2024-03-09T23:50:28Z summary: gh-112087: Store memory allocation information into _PyListArray (gh-116529)

[Python-checkins] [3.11] gh-116535: Fix distracting "TypeError" in example code (gh-116538) (gh-116552)

2024-03-09 Thread ericvsmith
https://github.com/python/cpython/commit/982f457f6f86700a62ce00f1914101dcbde7de15 commit: 982f457f6f86700a62ce00f1914101dcbde7de15 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ericvsmith date: 2024-03-09T17:08:23-05:00 summary: [3.11] gh-

[Python-checkins] [3.12] gh-116535: Fix distracting "TypeError" in example code (gh-116538) (gh-116551)

2024-03-09 Thread ericvsmith
https://github.com/python/cpython/commit/0d5455fc7fa921b56d1f4cbdc89e1ba9036c2cd8 commit: 0d5455fc7fa921b56d1f4cbdc89e1ba9036c2cd8 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ericvsmith date: 2024-03-09T17:08:12-05:00 summary: [3.12] gh-

[Python-checkins] gh-116535: Fix distracting "TypeError" in example code (gh-116538)

2024-03-09 Thread ericvsmith
https://github.com/python/cpython/commit/db8f423f58e336eb6180a70d9886b443d7203c2c commit: db8f423f58e336eb6180a70d9886b443d7203c2c branch: main author: Declan <[email protected]> committer: ericvsmith date: 2024-03-09T16:52:57-05:00 summary: gh-116535: Fix distracting "TypeErr

[Python-checkins] gh-111389: expose PyHASH_INF/BITS/MODULUS/IMAG macros as public (#111418)

2024-03-09 Thread vstinner
https://github.com/python/cpython/commit/1e68c4b87633b17da1b602b86f5d23bbe106398f commit: 1e68c4b87633b17da1b602b86f5d23bbe106398f branch: main author: Sergey B Kirpichev committer: vstinner date: 2024-03-09T21:32:05+01:00 summary: gh-111389: expose PyHASH_INF/BITS/MODULUS/IMAG macros as public

[Python-checkins] [3.12] gh-115142: Skip ``test__xxsubinterpreters`` if ``_testcapi`` is not available (#116543)

2024-03-09 Thread sobolevn
https://github.com/python/cpython/commit/9f21f033c92a119a79964382f198d14d5d1a05d8 commit: 9f21f033c92a119a79964382f198d14d5d1a05d8 branch: 3.12 author: Kirill Podoprigora committer: sobolevn date: 2024-03-09T14:06:24Z summary: [3.12] gh-115142: Skip ``test__xxsubinterpreters`` if ``_testcapi`` i

[Python-checkins] gh-115142: Skip ``test__xxsubinterpreters`` if ``_testinternalcapi`` is not available (#116507)

2024-03-09 Thread sobolevn
https://github.com/python/cpython/commit/b9cb855621c0813846421e4ced97260a32e57063 commit: b9cb855621c0813846421e4ced97260a32e57063 branch: main author: Kirill Podoprigora committer: sobolevn date: 2024-03-09T16:28:13+03:00 summary: gh-115142: Skip ``test__xxsubinterpreters`` if ``_testinternalca

[Python-checkins] [3.11] gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posixmodule` (GH-116521) (#116540)

2024-03-09 Thread sobolevn
https://github.com/python/cpython/commit/f2898f89bf0c7677a87532cdc1cafacce2ab00c9 commit: f2898f89bf0c7677a87532cdc1cafacce2ab00c9 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-03-09T11:41:46Z summary: [3.11] gh-116520:

[Python-checkins] [3.12] gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posixmodule` (GH-116521) (#116539)

2024-03-09 Thread sobolevn
https://github.com/python/cpython/commit/3f92cf272e19086466add674585a9aa324334e0d commit: 3f92cf272e19086466add674585a9aa324334e0d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-03-09T11:36:02Z summary: [3.12] gh-116520:

[Python-checkins] gh-116520: Fix error handling in `os_get_terminal_size_impl` in `posixmodule` (#116521)

2024-03-09 Thread sobolevn
https://github.com/python/cpython/commit/b4b4e764a798bab60324871074ce4cdebb9d01bb commit: b4b4e764a798bab60324871074ce4cdebb9d01bb branch: main author: Nikita Sobolev committer: sobolevn date: 2024-03-09T14:18:38+03:00 summary: gh-116520: Fix error handling in `os_get_terminal_size_impl` in `pos

[Python-checkins] [3.11] GH-116218 Docs: Add availability information for the 'resource' module (GH-116256) (#116534)

2024-03-09 Thread ronaldoussoren
https://github.com/python/cpython/commit/b1c77ba1ce42859e5e8312d554ac2916ba96f6c3 commit: b1c77ba1ce42859e5e8312d554ac2916ba96f6c3 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren date: 2024-03-09T10:36:02+01:00 summary: [3.11]

[Python-checkins] [3.12] GH-116218 Docs: Add availability information for the 'resource' module (GH-116256) (#116533)

2024-03-09 Thread ronaldoussoren
https://github.com/python/cpython/commit/d38298a9ba1663fe7c9ea5a765dbdb0c6c370f54 commit: d38298a9ba1663fe7c9ea5a765dbdb0c6c370f54 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren date: 2024-03-09T10:35:01+01:00 summary: [3.12]

[Python-checkins] GH-116218 Docs: Add availability information for the 'resource' module (#116256)

2024-03-09 Thread ronaldoussoren
https://github.com/python/cpython/commit/03f86b1b626ac5b0df1cc74d8f80ea7aec8c commit: 03f86b1b626ac5b0df1cc74d8f80ea7aec8c branch: main author: Kerim Kabirov <[email protected]> committer: ronaldoussoren date: 2024-03-09T10:00:37+01:00 summary: GH-116218 Docs