[Python-checkins] [3.11] gh-105535 Document potential performance trap during enum creation (GH-107119) (GH-116512)

2024-03-08 Thread ethanfurman
https://github.com/python/cpython/commit/232b085a0116a99b2455ea5822a2a12099b902ca commit: 232b085a0116a99b2455ea5822a2a12099b902ca branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ethanfurman date: 2024-03-08T16:57:16-08:00 summary: [3.11] gh

[Python-checkins] [3.12] gh-105535 Document potential performance trap during enum creation (GH-107119) (GH116511)

2024-03-08 Thread ethanfurman
https://github.com/python/cpython/commit/d5d86e2145d11d6e844ee987780445c6ebce4309 commit: d5d86e2145d11d6e844ee987780445c6ebce4309 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ethanfurman date: 2024-03-08T16:56:58-08:00 summary: [3.12] gh

[Python-checkins] gh-112069: Make sets thread-safe with the GIL disabled (#113800)

2024-03-08 Thread colesbury
https://github.com/python/cpython/commit/c951e25c24910064a4c8b7959e2f0f7c0d4d0a63 commit: c951e25c24910064a4c8b7959e2f0f7c0d4d0a63 branch: main author: Tomas R committer: colesbury date: 2024-03-08T16:25:34-05:00 summary: gh-112069: Make sets thread-safe with the GIL disabled (#113800) This mak

[Python-checkins] gh-108724: Fix _PySemaphore_Wait call during thread deletion (#116483)

2024-03-08 Thread colesbury
https://github.com/python/cpython/commit/3cdfdc07a9dd39bcd6855b8c104584f9c34624f2 commit: 3cdfdc07a9dd39bcd6855b8c104584f9c34624f2 branch: main author: Sam Gross committer: colesbury date: 2024-03-08T15:26:36-05:00 summary: gh-108724: Fix _PySemaphore_Wait call during thread deletion (#116483)

[Python-checkins] gh-105535 Document potential performance trap during enum creation (GH-107119)

2024-03-08 Thread ethanfurman
https://github.com/python/cpython/commit/601f3a7b3391e9d219a8ec44a6c56d00ce584d2a commit: 601f3a7b3391e9d219a8ec44a6c56d00ce584d2a branch: main author: Nicolas A. Oyarzabal <[email protected]> committer: ethanfurman date: 2024-03-08T11:22:17-08:00 summary: gh-105535 Docu

[Python-checkins] gh-75988: Fix issues with autospec ignoring wrapped object (#115223)

2024-03-08 Thread cjw296
https://github.com/python/cpython/commit/735fc2cbbcf875c359021b5b2af7f4c29f4cf66d commit: 735fc2cbbcf875c359021b5b2af7f4c29f4cf66d branch: main author: infohash <[email protected]> committer: cjw296 date: 2024-03-08T19:14:32Z summary: gh-75988: Fix issues with autospec ig

[Python-checkins] gh-112075: Support freeing object memory via QSBR (#116344)

2024-03-08 Thread DinoV
https://github.com/python/cpython/commit/7db871e4fa48eef20ea22414b226998f83facfd6 commit: 7db871e4fa48eef20ea22414b226998f83facfd6 branch: main author: Dino Viehland committer: DinoV date: 2024-03-08T09:56:36-08:00 summary: gh-112075: Support freeing object memory via QSBR (#116344) Free object

[Python-checkins] Replace stat.ST_xxx usage with os.stat().st_xxx (#116501)

2024-03-08 Thread vstinner
https://github.com/python/cpython/commit/61831585b637eb621bc80ae39e2e59541c135dc5 commit: 61831585b637eb621bc80ae39e2e59541c135dc5 branch: main author: Victor Stinner committer: vstinner date: 2024-03-08T18:49:09+01:00 summary: Replace stat.ST_xxx usage with os.stat().st_xxx (#116501) Modernize

[Python-checkins] gh-115103: Fix unregistering of QSBR state (#116480)

2024-03-08 Thread colesbury
https://github.com/python/cpython/commit/cca30230d992c46dfb607dcc24b3dc2e6d05f536 commit: cca30230d992c46dfb607dcc24b3dc2e6d05f536 branch: main author: Sam Gross committer: colesbury date: 2024-03-08T12:39:53-05:00 summary: gh-115103: Fix unregistering of QSBR state (#116480) If a thread blocks

[Python-checkins] gh-116493: Remove old Python 2.x _winreg imports from platform.py (GH-116494)

2024-03-08 Thread zooba
https://github.com/python/cpython/commit/7cee276d551a41d9271daf2a6bcd7def5973 commit: 7cee276d551a41d9271daf2a6bcd7def5973 branch: main author: Nikita Sobolev committer: zooba date: 2024-03-08T12:42:21Z summary: gh-116493: Remove old Python 2.x _winreg imports from platform.py (GH-116494

[Python-checkins] [3.11] gh-116447: Fix possible UB in `arraymodule` and `getargs` (GH-116459) (#116497)

2024-03-08 Thread sobolevn
https://github.com/python/cpython/commit/3abf26778782879ef50561e851dbc751d906 commit: 3abf26778782879ef50561e851dbc751d906 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-03-08T11:25:39Z summary: [3.11] gh-116447:

[Python-checkins] [3.12] gh-116447: Fix possible UB in `arraymodule` and `getargs` (GH-116459) (#116496)

2024-03-08 Thread sobolevn
https://github.com/python/cpython/commit/2647afeab694517933c53028d4ad427460b9e1fa commit: 2647afeab694517933c53028d4ad427460b9e1fa branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-03-08T11:22:07Z summary: [3.12] gh-116447:

[Python-checkins] gh-116447: Fix possible UB in `arraymodule` and `getargs` (#116459)

2024-03-08 Thread sobolevn
https://github.com/python/cpython/commit/fdb2d90a274158aee23b526d972172bf41bd4b7e commit: fdb2d90a274158aee23b526d972172bf41bd4b7e branch: main author: Nikita Sobolev committer: sobolevn date: 2024-03-08T13:49:52+03:00 summary: gh-116447: Fix possible UB in `arraymodule` and `getargs` (#116459)

[Python-checkins] GH-113710: Fix optimization of globals using `_CHECK_FUNCTION` (GH-116460)

2024-03-08 Thread markshannon
https://github.com/python/cpython/commit/0003285c8d78f0b463f2acc164655456fcfc3206 commit: 0003285c8d78f0b463f2acc164655456fcfc3206 branch: main author: Mark Shannon committer: markshannon date: 2024-03-08T09:47:41Z summary: GH-113710: Fix optimization of globals using `_CHECK_FUNCTION` (GH-11646

[Python-checkins] [3.11] gh-116485: Fixed the typo (GH-116486) (#116490)

2024-03-08 Thread AlexWaygood
https://github.com/python/cpython/commit/0f6cd295d7911b558d3d519330eafcc6338bc9d4 commit: 0f6cd295d7911b558d3d519330eafcc6338bc9d4 branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-03-08T08:27:33Z summary: [3.11] gh-1164

[Python-checkins] [3.12] gh-116485: Fixed the typo (GH-116486) (#116489)

2024-03-08 Thread AlexWaygood
https://github.com/python/cpython/commit/a8a95135a204d6ad5de55b0972ad44bfe9ccf0b2 commit: a8a95135a204d6ad5de55b0972ad44bfe9ccf0b2 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-03-08T08:24:40Z summary: [3.12] gh-1164

[Python-checkins] gh-116349: Deprecate `platform.java_ver` function (#116471)

2024-03-08 Thread sobolevn
https://github.com/python/cpython/commit/0b647141d587065c5b82bd658485adca8823a943 commit: 0b647141d587065c5b82bd658485adca8823a943 branch: main author: Nikita Sobolev committer: sobolevn date: 2024-03-08T11:14:17+03:00 summary: gh-116349: Deprecate `platform.java_ver` function (#116471) Co-auth

[Python-checkins] gh-116485: Fixed the typo (#116486)

2024-03-08 Thread AlexWaygood
https://github.com/python/cpython/commit/4d952737e62b833d6782e0180ee89088fe601317 commit: 4d952737e62b833d6782e0180ee89088fe601317 branch: main author: Varun Gole <[email protected]> committer: AlexWaygood date: 2024-03-08T08:04:50Z summary: gh-116485: Fixed the typo (#1