Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: `import site` might run some user code as part of `site_customize` that needs access to compiled-in modules. This diff defers running `site_customize` for native python-enabled binaries until the static extension finder is set up, so imports to compiled-in modules in `site_customize` can work. Reviewed By: jbower-fb, aleivag, cxxxs Differential Revision: D52877026 fbshipit-source-id: c5b3e116555fddc190a0910b8d61e34e4c1cd2d9
- Loading branch information