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
Py3.14 with the JIT enabled creates new 'uop_executor' objects as code gets jitted.
There's nothing we can do about these (right? They're attached to code objects),
so don't count them as leaking.
Fixes#455 and fixes#460
0 commit comments