mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Add a NOTE that alternative VMs should be supported by importlib in a nicer
fashion by factoring out bytecode support.
This commit is contained in:
parent
a91790a5b0
commit
c1761b7cd5
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
to do
|
to do
|
||||||
/////
|
/////
|
||||||
|
|
||||||
|
* Refactor source/bytecode finder/loader code such that bytecode support is a
|
||||||
|
subclass of source support (makes it nicer for VMs that don't use CPython
|
||||||
|
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).
|
||||||
|
|
||||||
+ Built-in.
|
+ Built-in.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue