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:
Pull Request resolved: #472
You cannot import a module during the Python runtime shutdown, which leads to an
error if any ProcMesh objects are being garbage collected without being stopped.
Move this import to the top level, it's not important to import it lazily.
Reviewed By: zdevito, colin2328
Differential Revision: D77973599
fbshipit-source-id: 0f90785b3b1f53efc0a5b0f5664cc7d42d295071
0 commit comments