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
Summary:
Add OSS-buildbot-style lazy imports test coverage. Itamar [tried](https://www.internalfb.com/diff/D84710473) to do this earlier, but there were some lazy imports test failures.
Almost all of these were test file incompatibilities (e.g. needing to eagerly import inside a test file in order to trigger an `ImportError` that would happen with & without Lazy Imports) and not Lazy Imports issues.
However, one task (T245974066) has been filed to fix a Lazy Imports refleak in the niche case that happens when the subinterpreter creates a lazy object from a Python module (C extensions are fine though), then imports & loads `_testsinglephase` and then loads the lazy object
Reviewed By: itamaro
Differential Revision: D86225881
fbshipit-source-id: 99994f1cffca986d4c3ff75a95b92e68c907a074
0 commit comments