Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c1761b7

Browse files
committed
Add a NOTE that alternative VMs should be supported by importlib in a nicer
fashion by factoring out bytecode support.
1 parent a91790a commit c1761b7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lib/importlib/NOTES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
to do
22
/////
33

4+
* Refactor source/bytecode finder/loader code such that bytecode support is a
5+
subclass of source support (makes it nicer for VMs that don't use CPython
6+
bytecode).
7+
48
* Implement PEP 302 protocol for loaders (should just be a matter of testing).
59

610
+ Built-in.

0 commit comments

Comments
 (0)