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
If I comment out the from __future__ import, the test case passes. It looks like the __future__ import leaks from m2 to m1. This was introduced in #11276.
Since we are close to creating a release brach, and the fix may be non-trivial, I'm going to revert #11276 to avoid a regression. The PR can be merged again once the issue has been fixed.
This test case fails unexpectedly:
If I comment out the
from __future__
import, the test case passes. It looks like the__future__
import leaks fromm2
tom1
. This was introduced in #11276.Since we are close to creating a release brach, and the fix may be non-trivial, I'm going to revert #11276 to avoid a regression. The PR can be merged again once the issue has been fixed.
cc @sobolevn
The text was updated successfully, but these errors were encountered: