-
-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: To implement the plan outlined in the design doc in the previous diff, we'll need to take fuller control of pyc file reading and writing. We will no longer just be inserting an extra magic number at the start of the pyc, we will now need to add an extra dependency tuple partway through it. This diff makes no functional changes (yet), it just copies in a few additional methods and functions from importlib that we will need to modify in future diffs. The copied-in code is not modified in this diff (except to add a few ignores needed to keep the typechecker happy.) Reviewed By: DinoV Differential Revision: D52824192 fbshipit-source-id: a99fddaeb19aa01d787676d1a562664148326783
- Loading branch information
1 parent
275c7fa
commit f4330d5
Showing
1 changed file
with
120 additions
and
0 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