Skip to content

[3.14] gh-129441: Fix some flakiness in test_instrumentation (gh-141881) - #141913

Merged
colesbury merged 1 commit into
python:3.14from
miss-islington:backport-71126ab-3.14
Nov 24, 2025
Merged

[3.14] gh-129441: Fix some flakiness in test_instrumentation (gh-141881)#141913
colesbury merged 1 commit into
python:3.14from
miss-islington:backport-71126ab-3.14

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Nov 24, 2025

Copy link
Copy Markdown
Contributor

Most of the self.assertTrue(self.called) checks are flaky because
the worker threads may sometimes finish before the main thread calls
self.during_threads().
(cherry picked from commit 71126ab)

Co-authored-by: Sam Gross colesbury@gmail.com

…-141881)
Most of the `self.assertTrue(self.called)` checks are flaky because
the worker threads may sometimes finish before the main thread calls
`self.during_threads()`.
(cherry picked from commit 71126ab)
Co-authored-by: Sam Gross <colesbury@gmail.com>
@colesbury
colesbury enabled auto-merge (squash) November 24, 2025 16:19
@colesbury
colesbury merged commit f8b0c90 into python:3.14Nov 24, 2025
53 checks passed
@miss-islington
miss-islington deleted the backport-71126ab-3.14 branch January 2, 2026 17:57
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dirtopic-free-threading

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@miss-islington@colesbury