[Python-checkins] gh-137433: Fix deadlock with stop-the-world and daemon threads (gh-137735)

2025-09-16 Thread colesbury
https://github.com/python/cpython/commit/90fe3250f82712b61630d636246c92df7c40c816 commit: 90fe3250f82712b61630d636246c92df7c40c816 branch: main author: Sam Gross committer: colesbury date: 2025-09-16T09:21:58+01:00 summary: gh-137433: Fix deadlock with stop-the-world and daemon threads (gh

[Python-checkins] [3.13] gh-137017: Ensure `Thread.is_alive()` only returns False after the underlying OS thread exits (gh-137315) (gh-138917)

2025-09-15 Thread colesbury
https://github.com/python/cpython/commit/7160f9f5d8ec6597a1a5bd070b498bb890b8a790 commit: 7160f9f5d8ec6597a1a5bd070b498bb890b8a790 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-09-15T14:28:05+01:00 summary: [3.

[Python-checkins] gh-137017: Ensure `Thread.is_alive()` only returns False after the underlying OS thread exits (gh-137315)

2025-09-15 Thread colesbury
https://github.com/python/cpython/commit/aa9ceb17215af21ed6618d6f7ccb5bf57ca57101 commit: aa9ceb17215af21ed6618d6f7ccb5bf57ca57101 branch: main author: Abdul committer: colesbury date: 2025-09-15T11:13:37Z summary: gh-137017: Ensure `Thread.is_alive()` only returns False after the underlying

[Python-checkins] gh-137400: Fix thread-safety issues when profiling all threads (gh-137518)

2025-08-13 Thread colesbury
https://github.com/python/cpython/commit/a10152f8fd0f4b291e53d646cffe22fbeec73e1e commit: a10152f8fd0f4b291e53d646cffe22fbeec73e1e branch: main author: Sam Gross committer: colesbury date: 2025-08-13T14:15:12-04:00 summary: gh-137400: Fix thread-safety issues when profiling all threads (gh

[Python-checkins] [3.13] gh-137400: Fix a crash when disabling profiling across all threads (gh-137471) (gh-137649)

2025-08-11 Thread colesbury
https://github.com/python/cpython/commit/e236568c0ea301591ca1517d39ce337e6ee0a48f commit: e236568c0ea301591ca1517d39ce337e6ee0a48f branch: 3.13 author: Sam Gross committer: colesbury date: 2025-08-11T16:07:21Z summary: [3.13] gh-137400: Fix a crash when disabling profiling across all threads

[Python-checkins] gh-137400: Fix a crash when disabling profiling across all threads (gh-137471)

2025-08-11 Thread colesbury
https://github.com/python/cpython/commit/362692852f13cdd1d33cc7ed35c0cbac7af1a785 commit: 362692852f13cdd1d33cc7ed35c0cbac7af1a785 branch: main author: Sam Gross committer: colesbury date: 2025-08-11T11:41:44-04:00 summary: gh-137400: Fix a crash when disabling profiling across all threads (gh

[Python-checkins] gh-137238: Fix data race in `_Py_slot_tp_getattr_hook` (gh-137240)

2025-08-05 Thread colesbury
https://github.com/python/cpython/commit/485b16b4f7b28cefdfb524c2869d473078e349bf commit: 485b16b4f7b28cefdfb524c2869d473078e349bf branch: main author: Sam Gross committer: colesbury date: 2025-08-05T09:32:22-04:00 summary: gh-137238: Fix data race in `_Py_slot_tp_getattr_hook` (gh-137240

[Python-checkins] gh-137179: Fix flaky test_history_survive_crash test (gh-137180)

2025-07-29 Thread colesbury
https://github.com/python/cpython/commit/98d462cf4de82d4ef40b20bd346db1ba7edfa35c commit: 98d462cf4de82d4ef40b20bd346db1ba7edfa35c branch: main author: Sam Gross committer: colesbury date: 2025-07-29T14:25:50-04:00 summary: gh-137179: Fix flaky test_history_survive_crash test (gh-137180) Kill

[Python-checkins] gh-137185: Fix `_Py_DumpStack()` async signal safety (gh-137187)

2025-07-29 Thread colesbury
https://github.com/python/cpython/commit/11a8652e25341e696b06d8dc7a18e8c3ee8059e4 commit: 11a8652e25341e696b06d8dc7a18e8c3ee8059e4 branch: main author: Sam Gross committer: colesbury date: 2025-07-29T14:25:32Z summary: gh-137185: Fix `_Py_DumpStack()` async signal safety (gh-137187) Call

[Python-checkins] gh-133296: Publicly expose critical section API that accepts PyMutex (gh-135899)

2025-07-21 Thread colesbury
https://github.com/python/cpython/commit/89c220b93c06059f623e2d232bd54f49be1be22d commit: 89c220b93c06059f623e2d232bd54f49be1be22d branch: main author: Nathan Goldbaum committer: colesbury date: 2025-07-21T17:25:43-04:00 summary: gh-133296: Publicly expose critical section API that accepts

[Python-checkins] gh-135909: Assert incoming `refcnt != 0` for the free threaded GC (GH-136009)

2025-07-15 Thread colesbury
https://github.com/python/cpython/commit/2500eb96b260b05387d4ab1063fcfafebf37f1a4 commit: 2500eb96b260b05387d4ab1063fcfafebf37f1a4 branch: main author: andrewreds committer: colesbury date: 2025-07-15T11:26:16-04:00 summary: gh-135909: Assert incoming `refcnt != 0` for the free threaded GC (GH

[Python-checkins] [3.14] gh-136396: Include instrumentation when creating new copies of the bytecode (GH-136525) (GH-136657)

2025-07-15 Thread colesbury
https://github.com/python/cpython/commit/9ae74e94a06865aee96827838ce16c8924cbe86f commit: 9ae74e94a06865aee96827838ce16c8924cbe86f branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-07-15T11:10:37-04:00 summary: [3.

[Python-checkins] gh-134009: Expose `PyMutex_IsLocked` in the public C API (gh-134365)

2025-07-01 Thread colesbury
https://github.com/python/cpython/commit/f41e9c750e6971c165e055374a1014d6afd2d50e commit: f41e9c750e6971c165e055374a1014d6afd2d50e branch: main author: Sam Gross committer: colesbury date: 2025-07-01T13:26:13-04:00 summary: gh-134009: Expose `PyMutex_IsLocked` in the public C API (gh-134365

[Python-checkins] [3.13] gh-135871: Fix needless spinning in `_PyMutex_LockTimed` with zero timeout (gh-135872) (gh-135947)

2025-06-25 Thread colesbury
https://github.com/python/cpython/commit/c64df2a3ec39a916a011baaa9b8a305d15bf091c commit: c64df2a3ec39a916a011baaa9b8a305d15bf091c branch: 3.13 author: Sam Gross committer: colesbury date: 2025-06-25T17:09:17Z summary: [3.13] gh-135871: Fix needless spinning in `_PyMutex_LockTimed` with zero

[Python-checkins] [3.14] gh-135871: Fix needless spinning in `_PyMutex_LockTimed` with zero timeout (gh-135872) (gh-135946)

2025-06-25 Thread colesbury
https://github.com/python/cpython/commit/80fc62f8af957fe77c8bcf7936a9b2df920671e3 commit: 80fc62f8af957fe77c8bcf7936a9b2df920671e3 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-06-25T17:07:07Z summary: [3.

[Python-checkins] Fix needless spinning in `_PyMutex_LockTimed` with zero timeout (gh-135872)

2025-06-25 Thread colesbury
https://github.com/python/cpython/commit/cbfaf41caf135b8598a560854cd59e992a2ccfed commit: cbfaf41caf135b8598a560854cd59e992a2ccfed branch: main author: Joseph Tibbertsma committer: colesbury date: 2025-06-25T16:41:36Z summary: Fix needless spinning in `_PyMutex_LockTimed` with zero timeout (gh

[Python-checkins] [3.14] gh-135641: Fix flaky `test_capi.test_lock_two_threads` test case (gh-135642) (gh-135687)

2025-06-18 Thread colesbury
https://github.com/python/cpython/commit/a93ff87375dc39409a48377f23e9feedeb977e8e commit: a93ff87375dc39409a48377f23e9feedeb977e8e branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-06-18T18:49:43Z summary: [3.

[Python-checkins] [3.13] gh-135641: Fix flaky `test_capi.test_lock_two_threads` test case (gh-135642) (gh-135688)

2025-06-18 Thread colesbury
https://github.com/python/cpython/commit/3bfb7da3d70884ec8ec192bcafe4f1744fecf358 commit: 3bfb7da3d70884ec8ec192bcafe4f1744fecf358 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-06-18T18:47:59Z summary: [3.

[Python-checkins] gh-135641: Fix flaky `test_capi.test_lock_two_threads` test case (gh-135642)

2025-06-18 Thread colesbury
https://github.com/python/cpython/commit/17ac3933c3c860e08f7963cf270116a39a063be7 commit: 17ac3933c3c860e08f7963cf270116a39a063be7 branch: main author: Sam Gross committer: colesbury date: 2025-06-18T14:24:05-04:00 summary: gh-135641: Fix flaky `test_capi.test_lock_two_threads` test case (gh

[Python-checkins] [3.13] gh-132617: Fix `dict.update()` mutation check (gh-134815) (gh-135582)

2025-06-16 Thread colesbury
https://github.com/python/cpython/commit/f33a5e891a03df416dde7afa7e3bfb2ac800f5a4 commit: f33a5e891a03df416dde7afa7e3bfb2ac800f5a4 branch: 3.13 author: Sam Gross committer: colesbury date: 2025-06-16T17:30:52Z summary: [3.13] gh-132617: Fix `dict.update()` mutation check (gh-134815) (gh-135582

[Python-checkins] [3.14] gh-116738: Make _heapq module thread-safe (GH-135036) (gh-135309)

2025-06-16 Thread colesbury
https://github.com/python/cpython/commit/964c29d28137bc9cd4ad011c1da8bc5ca127eaa3 commit: 964c29d28137bc9cd4ad011c1da8bc5ca127eaa3 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-06-16T13:27:43-04:00 summary: [3.

[Python-checkins] [3.14] gh-132617: Fix `dict.update()` mutation check (gh-134815) (gh-135581)

2025-06-16 Thread colesbury
https://github.com/python/cpython/commit/15f7bd4295533c6debe3a5a898de7dcf97abc138 commit: 15f7bd4295533c6debe3a5a898de7dcf97abc138 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-06-16T17:19:58Z summary: [3.

[Python-checkins] gh-132617: Fix `dict.update()` mutation check (gh-134815)

2025-06-16 Thread colesbury
https://github.com/python/cpython/commit/d8994b0a77cc9821772d05db00a6ab23382fa17d commit: d8994b0a77cc9821772d05db00a6ab23382fa17d branch: main author: Sam Gross committer: colesbury date: 2025-06-16T12:55:20-04:00 summary: gh-132617: Fix `dict.update()` mutation check (gh-134815) Use `ma_used

[Python-checkins] [3.13] gh-126483: disable warnings filters mutation in concurrent test (GH-132694) (GH-135132)

2025-06-04 Thread colesbury
https://github.com/python/cpython/commit/ae2e7958f24af9a8f8cde115dff835517be14a90 commit: ae2e7958f24af9a8f8cde115dff835517be14a90 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-06-04T13:29:22Z summary: [3.

[Python-checkins] [3.14] gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109) (GH-135127)

2025-06-04 Thread colesbury
https://github.com/python/cpython/commit/afe244d694e5995628765e158c1c65705c177a1b commit: afe244d694e5995628765e158c1c65705c177a1b branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-06-04T13:16:39Z summary: [3.

[Python-checkins] [3.14] gh-126483: disable warnings filters mutation in concurrent test (GH-132694) (GH-135131)

2025-06-04 Thread colesbury
https://github.com/python/cpython/commit/3b01be24e715ce5f07ea015c9f73450b8abd1f08 commit: 3b01be24e715ce5f07ea015c9f73450b8abd1f08 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-06-04T13:25:47Z summary: [3.

[Python-checkins] [3.13] gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109) (GH-135128)

2025-06-04 Thread colesbury
https://github.com/python/cpython/commit/9d5543ae702938beaeb349a47103c59b275c6ef3 commit: 9d5543ae702938beaeb349a47103c59b275c6ef3 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-06-04T13:16:09Z summary: [3.

[Python-checkins] gh-126483: disable warnings filters mutation in concurrent test (GH-132694)

2025-06-04 Thread colesbury
https://github.com/python/cpython/commit/40c8be0008ecadb5d0dc9a017434b1133a3a6e06 commit: 40c8be0008ecadb5d0dc9a017434b1133a3a6e06 branch: main author: Thomas Grainger committer: colesbury date: 2025-06-04T09:00:25-04:00 summary: gh-126483: disable warnings filters mutation in concurrent test

[Python-checkins] gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109)

2025-06-04 Thread colesbury
https://github.com/python/cpython/commit/5b3865418ceb1448bfbf15cddf52c900cd5882a3 commit: 5b3865418ceb1448bfbf15cddf52c900cd5882a3 branch: main author: Furkan Onder committer: colesbury date: 2025-06-04T08:51:18-04:00 summary: gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH

[Python-checkins] [3.14] gh-135099: Only wait on `_PyOS_SigintEvent()` in main thread (GH-135100) (GH-135116)

2025-06-04 Thread colesbury
https://github.com/python/cpython/commit/b2b9aaa93d054a3315dd3d0f5d3b1193d65be3d5 commit: b2b9aaa93d054a3315dd3d0f5d3b1193d65be3d5 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-06-04T08:44:35-04:00 summary: [3.

[Python-checkins] [3.14] gh-127081: use `getlogin_r` if available (gh-132751) (gh-135097)

2025-06-03 Thread colesbury
https://github.com/python/cpython/commit/d8c2bfac1f1f758c8ff189b17fb8ef75c9019ea9 commit: d8c2bfac1f1f758c8ff189b17fb8ef75c9019ea9 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-06-03T14:41:47-04:00 summary: [3.

[Python-checkins] [3.13] gh-127081: use `getlogin_r` if available (gh-132751) (#135098)

2025-06-03 Thread colesbury
https://github.com/python/cpython/commit/b21d15fa95a6dc9858662077d9fef9b2c9a09c3d commit: b21d15fa95a6dc9858662077d9fef9b2c9a09c3d branch: 3.13 author: Sam Gross committer: colesbury date: 2025-06-03T14:41:26-04:00 summary: [3.13] gh-127081: use `getlogin_r` if available (gh-132751) (#135098

[Python-checkins] gh-127081: use `getlogin_r` if available (gh-132751)

2025-06-03 Thread colesbury
https://github.com/python/cpython/commit/1ffe913c2017b44804aca18befd45689df06c069 commit: 1ffe913c2017b44804aca18befd45689df06c069 branch: main author: Duane Griffin committer: colesbury date: 2025-06-03T13:28:58-04:00 summary: gh-127081: use `getlogin_r` if available (gh-132751) The `getlogin

[Python-checkins] [3.13] gh-134908: Protect `textiowrapper_iternext` with critical section (gh-134910) (gh-135040)

2025-06-02 Thread colesbury
https://github.com/python/cpython/commit/a9b8ffd9b9031d5b976a4de54468418118a24bf4 commit: a9b8ffd9b9031d5b976a4de54468418118a24bf4 branch: 3.13 author: Sam Gross committer: colesbury date: 2025-06-02T19:40:42Z summary: [3.13] gh-134908: Protect `textiowrapper_iternext` with critical section

[Python-checkins] [3.14] gh-134908: Protect `textiowrapper_iternext` with critical section (gh-134910) (gh-135039)

2025-06-02 Thread colesbury
https://github.com/python/cpython/commit/428b0ca1141df55c259d2da186c09dd6e940f30c commit: 428b0ca1141df55c259d2da186c09dd6e940f30c branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-06-02T19:16:54Z summary: [3.

[Python-checkins] gh-134908: Protect `textiowrapper_iternext` with critical section (gh-134910)

2025-06-02 Thread colesbury
https://github.com/python/cpython/commit/44fb7c361cb24dcf9989a7a1cfee4f6aad5c81aa commit: 44fb7c361cb24dcf9989a7a1cfee4f6aad5c81aa branch: main author: Duane Griffin committer: colesbury date: 2025-06-02T17:22:41Z summary: gh-134908: Protect `textiowrapper_iternext` with critical section (gh

[Python-checkins] [3.14] gh-134679: Fix assertion failure in QSBR (gh-134811) (gh-134814)

2025-05-27 Thread colesbury
https://github.com/python/cpython/commit/3681e3a83129c8540b916bf017619860181c0763 commit: 3681e3a83129c8540b916bf017619860181c0763 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-05-27T20:46:02Z summary: [3.

[Python-checkins] gh-134679: Fix assertion failure in QSBR (gh-134811)

2025-05-27 Thread colesbury
https://github.com/python/cpython/commit/a4d37f88b66bc9a66b2ab277aa66a2a6b20821fa commit: a4d37f88b66bc9a66b2ab277aa66a2a6b20821fa branch: main author: Sam Gross committer: colesbury date: 2025-05-27T16:21:16-04:00 summary: gh-134679: Fix assertion failure in QSBR (gh-134811) This is the same

[Python-checkins] [3.14] gh-134381: Fix RuntimeError when starting not-yet started Thread after fork (gh-134514) (gh-134596)

2025-05-23 Thread colesbury
https://github.com/python/cpython/commit/09a34f1f659cd66c380353cf9b8b0247789128cc commit: 09a34f1f659cd66c380353cf9b8b0247789128cc branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-05-23T19:49:13Z summary: [3.

[Python-checkins] [3.13] gh-134381: Fix RuntimeError when starting not-yet started Thread after fork (gh-134514) (gh-134597)

2025-05-23 Thread colesbury
https://github.com/python/cpython/commit/e4c4ecccec01f88f481ace28eb877ed5e80b6c69 commit: e4c4ecccec01f88f481ace28eb877ed5e80b6c69 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-05-23T19:45:51Z summary: [3.

[Python-checkins] gh-134381: Fix RuntimeError when starting not-yet started Thread after fork (gh-134514)

2025-05-23 Thread colesbury
https://github.com/python/cpython/commit/9a2346df861f26d5f8d054ad2f9c37134dee3822 commit: 9a2346df861f26d5f8d054ad2f9c37134dee3822 branch: main author: Jiucheng(Oliver) committer: colesbury date: 2025-05-23T15:22:14-04:00 summary: gh-134381: Fix RuntimeError when starting not-yet started Thread

[Python-checkins] [3.14] gh-133885: Use locks instead of critical sections for _zstd (gh-134289) (gh-134560)

2025-05-23 Thread colesbury
https://github.com/python/cpython/commit/81675941fb51f09b89ba46bce237222a87ea60f6 commit: 81675941fb51f09b89ba46bce237222a87ea60f6 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-05-23T10:00:38Z summary: [3.

[Python-checkins] gh-133885: Use locks instead of critical sections for _zstd (gh-134289)

2025-05-22 Thread colesbury
https://github.com/python/cpython/commit/8dbc11971974a725dc8a11c0dc65d8f6fcb4d902 commit: 8dbc11971974a725dc8a11c0dc65d8f6fcb4d902 branch: main author: Emma Smith committer: colesbury date: 2025-05-22T23:30:10-04:00 summary: gh-133885: Use locks instead of critical sections for _zstd (gh-134289

[Python-checkins] [3.13] gh-132762: Fix underallocation bug in `dict.fromkeys()`(gh-133627) (gh-133686)

2025-05-08 Thread colesbury
https://github.com/python/cpython/commit/6ab4a4a32c284ddf2af765e011f59de70ff31eb6 commit: 6ab4a4a32c284ddf2af765e011f59de70ff31eb6 branch: 3.13 author: Sam Gross committer: colesbury date: 2025-05-08T17:40:05Z summary: [3.13] gh-132762: Fix underallocation bug in `dict.fromkeys()`(gh-133627

[Python-checkins] [3.14] gh-132762: Fix underallocation bug in `dict.fromkeys()`(gh-133627) (gh-133685)

2025-05-08 Thread colesbury
https://github.com/python/cpython/commit/3e7552e4ae13e91a0a1c4f299faa862538c1c5b4 commit: 3e7552e4ae13e91a0a1c4f299faa862538c1c5b4 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-05-08T17:39:39Z summary: [3.

[Python-checkins] gh-132762: Fix underallocation bug in `dict.fromkeys()`(gh-133627)

2025-05-08 Thread colesbury
https://github.com/python/cpython/commit/421ba589d02b53131f793889d221ef3b1f1410a4 commit: 421ba589d02b53131f793889d221ef3b1f1410a4 branch: main author: Angela Liss <59097311+angela-tarant...@users.noreply.github.com> committer: colesbury date: 2025-05-08T13:13:11-04:00 summary: gh-13276

[Python-checkins] gh-133164: Add `PyUnstable_Object_IsUniqueReferencedTemporary` C API (gh-133170)

2025-05-02 Thread colesbury
https://github.com/python/cpython/commit/f2379535fe2d2219b71653782d5e31defd9b5556 commit: f2379535fe2d2219b71653782d5e31defd9b5556 branch: main author: Sam Gross committer: colesbury date: 2025-05-02T13:24:57Z summary: gh-133164: Add `PyUnstable_Object_IsUniqueReferencedTemporary` C API (gh

[Python-checkins] gh-131586: Avoid refcount contention in context managers (gh-131851)

2025-04-21 Thread colesbury
https://github.com/python/cpython/commit/da53660f35db2dfb1e6181e603468dfe5758f3b8 commit: da53660f35db2dfb1e6181e603468dfe5758f3b8 branch: main author: Sam Gross committer: colesbury date: 2025-04-21T15:54:25-04:00 summary: gh-131586: Avoid refcount contention in context managers (gh-131851

[Python-checkins] gh-131675: Fix `mi_atomic_yield` in mimalloc on 32-bit ARM (gh-131784)

2025-04-05 Thread colesbury
https://github.com/python/cpython/commit/03f6c8e239723637811fd8d278661f5292351197 commit: 03f6c8e239723637811fd8d278661f5292351197 branch: main author: Vincent Fazio committer: colesbury date: 2025-03-31T18:29:12Z summary: gh-131675: Fix `mi_atomic_yield` in mimalloc on 32-bit ARM (gh-131784

[Python-checkins] gh-128421: Add locking to most frame object functions (gh-131479)

2025-04-05 Thread colesbury
https://github.com/python/cpython/commit/4f325168048fda89cef8bd2de859f65ec91754a3 commit: 4f325168048fda89cef8bd2de859f65ec91754a3 branch: main author: Sam Gross committer: colesbury date: 2025-03-21T11:10:07-04:00 summary: gh-128421: Add locking to most frame object functions (gh-131479) This

[Python-checkins] [3.13] gh-117657: Fix TSAN data race in _PyEval_SetTrace assertion (gh-131561) (#131564)

2025-04-04 Thread colesbury
https://github.com/python/cpython/commit/94fbe97bbef374e240decc8a69107a639151ba02 commit: 94fbe97bbef374e240decc8a69107a639151ba02 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-21T18:48:40Z summary: [3.

[Python-checkins] GH-131288: Use `_AddressOfReturnAddress` for MSVC in pycore_ceval.h (gh-131289)

2025-04-04 Thread colesbury
https://github.com/python/cpython/commit/20098719dffe837fb0e516fbb97336e9a8e3354f commit: 20098719dffe837fb0e516fbb97336e9a8e3354f branch: main author: Chris Eibl <138194463+chris-e...@users.noreply.github.com> committer: colesbury date: 2025-04-04T09:03:12-04:00 summary: GH-13128

[Python-checkins] [3.13] gh-131675: Fix `mi_atomic_yield` in mimalloc on 32-bit ARM (gh-131784) (gh-131954)

2025-03-31 Thread colesbury
https://github.com/python/cpython/commit/4913b6f944f6a8cff7eb52977a0fc05fedbe8d4b commit: 4913b6f944f6a8cff7eb52977a0fc05fedbe8d4b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-31T14:58:29-04:00 summary: [3.

[Python-checkins] gh-131586: Avoid refcount contention in some "special" calls (#131588)

2025-03-26 Thread colesbury
https://github.com/python/cpython/commit/67fbfb42bd5dfe861d0c58d9e6c48d8eef033d24 commit: 67fbfb42bd5dfe861d0c58d9e6c48d8eef033d24 branch: main author: Sam Gross committer: colesbury date: 2025-03-26T14:38:47-04:00 summary: gh-131586: Avoid refcount contention in some "special" call

[Python-checkins] gh-123358: Use `_PyStackRef` in `LOAD_DEREF` (gh-130064)

2025-03-26 Thread colesbury
https://github.com/python/cpython/commit/3d4ac1a2c2b610f35a9e164878d67185e4a3546f commit: 3d4ac1a2c2b610f35a9e164878d67185e4a3546f branch: main author: Sam Gross committer: colesbury date: 2025-03-26T12:08:20-04:00 summary: gh-123358: Use `_PyStackRef` in `LOAD_DEREF` (gh-130064) Concurrent

[Python-checkins] gh-117657: Fix data race in `compare_unicode_unicode_threadsafe` (gh-131746)

2025-03-26 Thread colesbury
https://github.com/python/cpython/commit/5abff6960b4aecb0d5c81c7482cf3faa74e1983d commit: 5abff6960b4aecb0d5c81c7482cf3faa74e1983d branch: main author: Sam Gross committer: colesbury date: 2025-03-26T09:01:57-04:00 summary: gh-117657: Fix data race in `compare_unicode_unicode_threadsafe` (gh

[Python-checkins] [3.13] gh-131719: add NULL pointer check to `_PyMem_FreeDelayed` (gh-131720) (gh-131722)

2025-03-25 Thread colesbury
https://github.com/python/cpython/commit/9c7ef0cc28650520fea1cc5c35b1b3f2d94bc96a commit: 9c7ef0cc28650520fea1cc5c35b1b3f2d94bc96a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-25T15:15:26Z summary: [3.

[Python-checkins] gh-131719: add NULL pointer check to `_PyMem_FreeDelayed` (gh-131720)

2025-03-25 Thread colesbury
https://github.com/python/cpython/commit/0a91456ad14bb598646f50bf8f034e8887c0c468 commit: 0a91456ad14bb598646f50bf8f034e8887c0c468 branch: main author: Tomasz Pytel committer: colesbury date: 2025-03-25T10:49:18-04:00 summary: gh-131719: add NULL pointer check to `_PyMem_FreeDelayed` (gh-131720

[Python-checkins] [3.13] gh-131677: Fix flaky test_lru_cache_threaded3 (gh-131679) (gh-131692)

2025-03-24 Thread colesbury
https://github.com/python/cpython/commit/c22eef44d8b1d2828108b49a735359917ad1da79 commit: c22eef44d8b1d2828108b49a735359917ad1da79 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-24T21:05:55Z summary: [3.

[Python-checkins] [3.12] gh-131677: Fix flaky test_lru_cache_threaded3 (gh-131679) (gh-131693)

2025-03-24 Thread colesbury
https://github.com/python/cpython/commit/e78280d0de81233b72ca4bc3c39fb7b1ada3a92c commit: e78280d0de81233b72ca4bc3c39fb7b1ada3a92c branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-24T20:59:03Z summary: [3.

[Python-checkins] gh-131677: Fix flaky test_lru_cache_threaded3 (gh-131679)

2025-03-24 Thread colesbury
https://github.com/python/cpython/commit/a1232459860235f4fb7896cc95966d87a51cbe32 commit: a1232459860235f4fb7896cc95966d87a51cbe32 branch: main author: Sam Gross committer: colesbury date: 2025-03-24T16:41:50-04:00 summary: gh-131677: Fix flaky test_lru_cache_threaded3 (gh-131679) The call to

[Python-checkins] gh-128421: Avoid TSAN warnings in `sys._current_frames()` (gh-131548)

2025-03-24 Thread colesbury
https://github.com/python/cpython/commit/da6730caa5023bd351a3f2a1b64b174c8e609489 commit: da6730caa5023bd351a3f2a1b64b174c8e609489 branch: main author: Sam Gross committer: colesbury date: 2025-03-24T09:49:39-04:00 summary: gh-128421: Avoid TSAN warnings in `sys._current_frames()` (gh-131548

[Python-checkins] gh-131566: Skip `test_tracemalloc_track_race` under TSAN (gh-131567)

2025-03-22 Thread colesbury
https://github.com/python/cpython/commit/18249d938335312d618a3962ec7590bea709d58e commit: 18249d938335312d618a3962ec7590bea709d58e branch: main author: Sam Gross committer: colesbury date: 2025-03-22T11:46:36-04:00 summary: gh-131566: Skip `test_tracemalloc_track_race` under TSAN (gh-131567

[Python-checkins] gh-117657: Fix TSAN data race in _PyEval_SetTrace assertion (gh-131561)

2025-03-21 Thread colesbury
https://github.com/python/cpython/commit/0de5e0c5442abddbe17481ef450e4abc992058f5 commit: 0de5e0c5442abddbe17481ef450e4abc992058f5 branch: main author: Sam Gross committer: colesbury date: 2025-03-21T14:22:37-04:00 summary: gh-117657: Fix TSAN data race in _PyEval_SetTrace assertion (gh-131561

[Python-checkins] gh-117657: Skip some tests when running with TSAN (gh-131555)

2025-03-21 Thread colesbury
https://github.com/python/cpython/commit/56d0f9af147b2280ea0af7af5e57df1a01271991 commit: 56d0f9af147b2280ea0af7af5e57df1a01271991 branch: main author: Sam Gross committer: colesbury date: 2025-03-21T15:16:08-04:00 summary: gh-117657: Skip some tests when running with TSAN (gh-131555) The

[Python-checkins] gh-126895: Fix readline module in free-threaded build (#131208)

2025-03-17 Thread colesbury
https://github.com/python/cpython/commit/863d54cbaf6c0b45fff691ab275515c1483ad68d commit: 863d54cbaf6c0b45fff691ab275515c1483ad68d branch: main author: Tomasz Pytel committer: colesbury date: 2025-03-17T11:57:11-04:00 summary: gh-126895: Fix readline module in free-threaded build (#131208) The

[Python-checkins] [3.13] gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (GH-130689) (#131195)

2025-03-14 Thread colesbury
https://github.com/python/cpython/commit/5646f6f73964a85eaf4757cb4c89eacb00a1670d commit: 5646f6f73964a85eaf4757cb4c89eacb00a1670d branch: 3.13 author: Sam Gross committer: colesbury date: 2025-03-14T09:52:05-04:00 summary: [3.13] gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF

[Python-checkins] gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (#130689)

2025-03-13 Thread colesbury
https://github.com/python/cpython/commit/c5abded09995f208b21ebaf012185ca5acb0180b commit: c5abded09995f208b21ebaf012185ca5acb0180b branch: main author: Tomasz Pytel committer: colesbury date: 2025-03-13T12:31:49-04:00 summary: gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF

[Python-checkins] gh-110097: Fix flaky `test_timeout` in `test_concurrent_futures.test_process_pool` (gh-131108)

2025-03-12 Thread colesbury
https://github.com/python/cpython/commit/776ec1e16728c6febd879e682afcd13d3bc7b53f commit: 776ec1e16728c6febd879e682afcd13d3bc7b53f branch: main author: Sam Gross committer: colesbury date: 2025-03-12T13:16:23-04:00 summary: gh-110097: Fix flaky `test_timeout` in

[Python-checkins] gh-131121: Fix `_Py_atomic_store_char_relaxed` memory order (gh-131122)

2025-03-12 Thread colesbury
https://github.com/python/cpython/commit/7ffe93faf1db3b90968af1b1d811f39529603780 commit: 7ffe93faf1db3b90968af1b1d811f39529603780 branch: main author: Sam Gross committer: colesbury date: 2025-03-12T09:03:04-04:00 summary: gh-131121: Fix `_Py_atomic_store_char_relaxed` memory order (gh-131122

[Python-checkins] gh-128364: Fix flaky `test_concurrent_futures.test_wait` tests (gh-130742)

2025-03-11 Thread colesbury
https://github.com/python/cpython/commit/c4d37eefb7b33f10f776183447af44faf8efa7f6 commit: c4d37eefb7b33f10f776183447af44faf8efa7f6 branch: main author: Sam Gross committer: colesbury date: 2025-03-06T12:30:58-05:00 summary: gh-128364: Fix flaky `test_concurrent_futures.test_wait` tests (gh

[Python-checkins] [3.13] gh-131113: Fix data race in dict.popitem() (gh-131115) (#131119)

2025-03-11 Thread colesbury
https://github.com/python/cpython/commit/9e0fce413a908ce679b30e26ec1c7dfcc38c32d9 commit: 9e0fce413a908ce679b30e26ec1c7dfcc38c32d9 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-11T23:39:29Z summary: [3.

[Python-checkins] gh-131113: Fix data race in dict.popitem() (gh-131115)

2025-03-11 Thread colesbury
https://github.com/python/cpython/commit/c00ac578241b3213ceb79c1f32bc83ea471f02da commit: c00ac578241b3213ceb79c1f32bc83ea471f02da branch: main author: Sam Gross committer: colesbury date: 2025-03-11T19:15:22-04:00 summary: gh-131113: Fix data race in dict.popitem() (gh-131115) The clearing of

[Python-checkins] gh-130396: Fix thread sanitizer crashes on stack overflow tests (gh-130966)

2025-03-11 Thread colesbury
https://github.com/python/cpython/commit/4162bc133b21ccb06d3589bd69ddb7bb248c58d2 commit: 4162bc133b21ccb06d3589bd69ddb7bb248c58d2 branch: main author: Sam Gross committer: colesbury date: 2025-03-11T10:33:23-04:00 summary: gh-130396: Fix thread sanitizer crashes on stack overflow tests (gh

[Python-checkins] [3.13] gh-130957: Use `sleeping_retry` in `test_free_reference` (GH-130958) (#131091)

2025-03-11 Thread colesbury
https://github.com/python/cpython/commit/98c7ae3f7e6fa47cfeee388fb0992a77d6ba163a commit: 98c7ae3f7e6fa47cfeee388fb0992a77d6ba163a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-11T14:14:28Z summary: [3.

[Python-checkins] [3.12] gh-130957: Use `sleeping_retry` in `test_free_reference` (GH-130958) (#131092)

2025-03-11 Thread colesbury
https://github.com/python/cpython/commit/afffd97cd9066d6c7864d932cf7e9de1b7bb5051 commit: afffd97cd9066d6c7864d932cf7e9de1b7bb5051 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-11T10:13:41-04:00 summary: [3.

[Python-checkins] gh-130957: Use `sleeping_retry` in `test_free_reference` (#130958)

2025-03-11 Thread colesbury
https://github.com/python/cpython/commit/19081158713526a3042c2ad3c6d5a589579b420f commit: 19081158713526a3042c2ad3c6d5a589579b420f branch: main author: Sam Gross committer: colesbury date: 2025-03-11T09:51:26-04:00 summary: gh-130957: Use `sleeping_retry` in `test_free_reference` (#130958) The

[Python-checkins] [3.13] gh-130954: Fix multiprocessing test_notify_n (GH-130955) (#130981)

2025-03-08 Thread colesbury
https://github.com/python/cpython/commit/fead51d80834c978d6d7d0120db803bfd4343777 commit: fead51d80834c978d6d7d0120db803bfd4343777 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-08T18:28:07Z summary: [3.

[Python-checkins] gh-130954: Fix multiprocessing test_notify_n (#130955)

2025-03-08 Thread colesbury
https://github.com/python/cpython/commit/edd1eca336976b3431cf636aea87f08a40c94935 commit: edd1eca336976b3431cf636aea87f08a40c94935 branch: main author: Sam Gross committer: colesbury date: 2025-03-08T13:04:30-05:00 summary: gh-130954: Fix multiprocessing test_notify_n (#130955) The test could

[Python-checkins] [3.12] gh-130917: update timer and workload in test_signal (GH-130918) (#130968)

2025-03-08 Thread colesbury
https://github.com/python/cpython/commit/a69107b33587b0fb262063971d7a0794cee613d4 commit: a69107b33587b0fb262063971d7a0794cee613d4 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-08T18:21:46Z summary: [3.

[Python-checkins] [3.12] gh-130954: Fix multiprocessing test_notify_n (GH-130955) (#130982)

2025-03-08 Thread colesbury
https://github.com/python/cpython/commit/4eb4785afd89ee407532fd72aa411fed109f5e8f commit: 4eb4785afd89ee407532fd72aa411fed109f5e8f branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-08T18:21:37Z summary: [3.

[Python-checkins] [3.13] gh-130851: Only intern constants of types generated by the compiler (GH-130901) (#130953)

2025-03-08 Thread colesbury
https://github.com/python/cpython/commit/14230cd96cd9275e98965def7907979c0ad9f024 commit: 14230cd96cd9275e98965def7907979c0ad9f024 branch: 3.13 author: Sam Gross committer: colesbury date: 2025-03-08T13:07:39-05:00 summary: [3.13] gh-130851: Only intern constants of types generated by the

[Python-checkins] [3.13] gh-130917: update timer and workload in test_signal (GH-130918) (#130969)

2025-03-07 Thread colesbury
https://github.com/python/cpython/commit/597a953484c28a07fe1c81a76db0a58985959d12 commit: 597a953484c28a07fe1c81a76db0a58985959d12 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-08T01:05:29Z summary: [3.

[Python-checkins] gh-130917: update timer and workload in test_signal (#130918)

2025-03-07 Thread colesbury
https://github.com/python/cpython/commit/78790811989ab47319e2ee725e0c435b3cdd21ab commit: 78790811989ab47319e2ee725e0c435b3cdd21ab branch: main author: Diego Russo committer: colesbury date: 2025-03-07T16:10:02-05:00 summary: gh-130917: update timer and workload in test_signal (#130918) The

[Python-checkins] [3.12] gh-110206: Fix multiprocessing test_notify_all (GH-130933) (#130951)

2025-03-07 Thread colesbury
https://github.com/python/cpython/commit/42306978867e8999a32c99bb96923aa1bed4a42a commit: 42306978867e8999a32c99bb96923aa1bed4a42a branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-07T12:20:00-05:00 summary: [3.

[Python-checkins] [3.13] gh-110206: Fix multiprocessing test_notify_all (GH-130933) (#130950)

2025-03-07 Thread colesbury
https://github.com/python/cpython/commit/94b94d0b12dab6932c7d8f4398ae62596e93bd0a commit: 94b94d0b12dab6932c7d8f4398ae62596e93bd0a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-07T12:22:51-05:00 summary: [3.

[Python-checkins] gh-130851: Only intern constants of types generated by the compiler (#130901)

2025-03-07 Thread colesbury
https://github.com/python/cpython/commit/12db45211d411583cbe272c7ba6811a811b721ca commit: 12db45211d411583cbe272c7ba6811a811b721ca branch: main author: Sam Gross committer: colesbury date: 2025-03-07T10:34:53-05:00 summary: gh-130851: Only intern constants of types generated by the compiler

[Python-checkins] gh-110206: Fix multiprocessing test_notify_all (#130933)

2025-03-07 Thread colesbury
https://github.com/python/cpython/commit/c476410dc5ae62ffb5e32f64f9a3a622485c7d93 commit: c476410dc5ae62ffb5e32f64f9a3a622485c7d93 branch: main author: Sam Gross committer: colesbury date: 2025-03-07T09:58:09-05:00 summary: gh-110206: Fix multiprocessing test_notify_all (#130933) The test

[Python-checkins] gh-130920: Fix data race in STORE_SUBSCR_LIST_INT (#130923)

2025-03-06 Thread colesbury
https://github.com/python/cpython/commit/a025f27d94afe732be2e9e6f05b9007d04f983a8 commit: a025f27d94afe732be2e9e6f05b9007d04f983a8 branch: main author: Sam Gross committer: colesbury date: 2025-03-06T15:59:48-05:00 summary: gh-130920: Fix data race in STORE_SUBSCR_LIST_INT (#130923) The write

[Python-checkins] [3.13] gh-128364: Fix flaky `test_concurrent_futures.test_wait` tests (gh-130742) (#130922)

2025-03-06 Thread colesbury
https://github.com/python/cpython/commit/0c088e44428d74d701fe1fc80a4cb4fe124c43f0 commit: 0c088e44428d74d701fe1fc80a4cb4fe124c43f0 branch: 3.13 author: Sam Gross committer: colesbury date: 2025-03-06T13:49:03-05:00 summary: [3.13] gh-128364: Fix flaky `test_concurrent_futures.test_wait` tests

[Python-checkins] gh-124878: Fix race conditions during interpreter finalization (#130649)

2025-03-06 Thread colesbury
https://github.com/python/cpython/commit/052cb717f5f97d08d2074f4118fd2c21224d3015 commit: 052cb717f5f97d08d2074f4118fd2c21224d3015 branch: main author: Sam Gross committer: colesbury date: 2025-03-06T10:38:34-05:00 summary: gh-124878: Fix race conditions during interpreter finalization (#130649

[Python-checkins] gh-128041: Fix incorrect bullet placement in "What's new" (GH-130900)

2025-03-05 Thread colesbury
https://github.com/python/cpython/commit/5e73ece95e8aa92d0695acb039ef54e2103ce66b commit: 5e73ece95e8aa92d0695acb039ef54e2103ce66b branch: main author: Charles Machalow committer: colesbury date: 2025-03-05T22:59:56Z summary: gh-128041: Fix incorrect bullet placement in "What's new&q

[Python-checkins] [3.13] gh-130851: Don't crash when deduping unusual code constants (GH-130853) (#130880)

2025-03-05 Thread colesbury
https://github.com/python/cpython/commit/e285232c76606e3be7bf216efb1be1e742423e4b commit: e285232c76606e3be7bf216efb1be1e742423e4b branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-05T15:22:57-05:00 summary: [3.

[Python-checkins] [3.13] gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (gh-130808) (#130857)

2025-03-04 Thread colesbury
https://github.com/python/cpython/commit/07522755ae6094b86c0d79249f6d0d81ef990f39 commit: 07522755ae6094b86c0d79249f6d0d81ef990f39 branch: 3.13 author: Sam Gross committer: colesbury date: 2025-03-04T23:35:22Z summary: [3.13] gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed

[Python-checkins] gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (gh-130808)

2025-03-04 Thread colesbury
https://github.com/python/cpython/commit/2f6e0e9f7001769be746ee96356656d3ebdc7f96 commit: 2f6e0e9f7001769be746ee96356656d3ebdc7f96 branch: main author: Sam Gross committer: colesbury date: 2025-03-04T18:04:04-05:00 summary: gh-130794: Process interpreter QSBR queue in _PyMem_AbandonDelayed. (gh

[Python-checkins] Revert "gh-128041: Add `terminate_workers` and `kill_workers` methods to ProcessPoolExecutor (GH-128043)" (#130838)

2025-03-04 Thread colesbury
https://github.com/python/cpython/commit/efadc5874cdecc0420926afd5540b9b25c5e97fe commit: efadc5874cdecc0420926afd5540b9b25c5e97fe branch: main author: Sam Gross committer: colesbury date: 2025-03-04T11:19:06-05:00 summary: Revert "gh-128041: Add `terminate_workers` and `kill_workers` me

[Python-checkins] gh-129401: Test repr rlock failing randomly (#129959)

2025-03-01 Thread colesbury
https://github.com/python/cpython/commit/a98a6bd1128663fbe58c0c73d468710245a57ad6 commit: a98a6bd1128663fbe58c0c73d468710245a57ad6 branch: main author: Duprat committer: colesbury date: 2025-03-01T15:28:14-05:00 summary: gh-129401: Test repr rlock failing randomly (#129959) Fix and simplify a

[Python-checkins] [3.13] Revert "gh-128364: Fix flaky `test_timeout` test (gh-130724)" (gh-130732) (#130734)

2025-03-01 Thread colesbury
https://github.com/python/cpython/commit/a0ea87c0c3b500f27ee201955be48e2157a0a471 commit: a0ea87c0c3b500f27ee201955be48e2157a0a471 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-01T17:44:50Z summary: [3.13]

[Python-checkins] [3.12] Revert "gh-128364: Fix flaky `test_timeout` test (gh-130724)" (gh-130732) (#130735)

2025-03-01 Thread colesbury
https://github.com/python/cpython/commit/99e18abe6f3b3a0fcb6b19381e2e77c8afaf007e commit: 99e18abe6f3b3a0fcb6b19381e2e77c8afaf007e branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: colesbury date: 2025-03-01T17:40:51Z summary: [3.12]

[Python-checkins] Revert "gh-128364: Fix flaky `test_timeout` test (gh-130724)" (gh-130732)

2025-03-01 Thread colesbury
https://github.com/python/cpython/commit/5221d9ce0e2beb0fe04bed072e1bb448fd522882 commit: 5221d9ce0e2beb0fe04bed072e1bb448fd522882 branch: main author: Sam Gross committer: colesbury date: 2025-03-01T17:22:13Z summary: Revert "gh-128364: Fix flaky `test_timeout` test (gh-130724)"

  1   2   3   4   5   >