mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Tweak the source/bytecode loader from importlib to use more of the PEP 302
protocol API.
This commit is contained in:
parent
4afab6b30b
commit
0515619dbc
2 changed files with 3 additions and 3 deletions
|
|
@ -7,6 +7,7 @@ to do
|
|||
|
||||
+ PyLoader (for ABC)
|
||||
|
||||
- load_module for source only
|
||||
- get_code for source only
|
||||
|
||||
+ PyFileLoader(PyLoader)
|
||||
|
|
@ -17,6 +18,7 @@ to do
|
|||
|
||||
+PyPycLoader (PyLoader, for ABC)
|
||||
|
||||
- load_module for source and bytecode
|
||||
- get_code for source and bytecode
|
||||
|
||||
+ PyPycFileLoader(PyPycLoader, PyFileLoader)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue