Skip to content

Conversation

@Liam-DeVoe
Copy link
Contributor

Draft PR from #13768 (comment).

Since any threaded execution immediately errors on PYTEST_CURRENT_TEST (#13844), this PR includes option (2) from #13844 (comment), though this is a placeholder and I can change it if we decide on something else

@Liam-DeVoe Liam-DeVoe marked this pull request as draft February 2, 2026 19:42
@psf-chronographer psf-chronographer bot added the bot:chronographer:provided (automation) changelog entry is part of PR label Feb 2, 2026
@Liam-DeVoe Liam-DeVoe force-pushed the threading-initial-structure branch from 9c3b8b8 to cf9a880 Compare February 2, 2026 20:00
# Can change if the fixture is executed with different parameters.
self.cached_result: _FixtureCachedResult[FixtureValue] | None = None
self._finalizers: Final[list[Callable[[], object]]] = []
self._cached_results_by_thread: dict[
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We really want this to move to setupstate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot:chronographer:provided (automation) changelog entry is part of PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants