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
Buck was broken when run in a virtualenv inside the buck project, since a core python file becomes
subject to `allow_unsafe_import(false)`. This change detects whether the file we're parsing is inside
a virtualenv, and doesn't block imports if we are.
See facebook#2162 for a longer bug description and investigation.
0 commit comments