Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
33dbf465
Commit
33dbf465
authored
Feb 17, 2009
by
Brett Cannon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Outline a possible way to separate out source loading from bytecode loading.
parent
d2e7b338
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
Lib/importlib/NOTES
Lib/importlib/NOTES
+21
-0
No files found.
Lib/importlib/NOTES
View file @
33dbf465
...
@@ -5,6 +5,27 @@ to do
...
@@ -5,6 +5,27 @@ to do
subclass of source support (makes it nicer for VMs that don't use CPython
subclass of source support (makes it nicer for VMs that don't use CPython
bytecode).
bytecode).
+ chained_path_hook
+ FileFinder
- find_module
+ ExtensionFileFinder
+ PyFileFinder
+ PyPycFileFinder
+ PyFileLoader
- get_code for source only
- get_data
- source_mtime
- source_path
+ PyPycFileLoader(PyFileLoader)
- get_code
- bytecode_path
- write_bytecode
* Implement PEP 302 protocol for loaders (should just be a matter of testing).
* Implement PEP 302 protocol for loaders (should just be a matter of testing).
+ Source/bytecode.
+ Source/bytecode.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment