forked from facebookincubator/cinder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor load_compiled_module_from_source
Summary: Refactors `load_compiled_module_from_source` to only run the strict analysis that requires the `mod` object from `loader.check_source` in the case where either static or strict flags are set. I wanted to isolate out this behavior in this diff before I separate out static and strict analysis to make that change a 1-liner to ensure that I'm not creating any bugs down the line. The diff to separate strict/static analysis will come in the next diff. Reviewed By: carljm Differential Revision: D49735184 fbshipit-source-id: 0d7c88c5ff9d1e2758dbf19bcf09edd5c2d29c61
- Loading branch information
1 parent
0a93f1d
commit 153701b
Showing
1 changed file
with
65 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters