You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add missing fork deprecation warning decorator to new tests
The new tests need @warnings_helper.ignore_fork_in_thread_deprecation_warnings()
to avoid DeprecationWarning when creating Pool with the fork start method
in a multi-threaded test process (Python 3.14+ strictness).
<claude>
0 commit comments