]> granicus.if.org Git - python/commit
Fix importlib._bootstrap.PyPycLoader.load_module() to better handle
authorBrett Cannon <bcannon@gmail.com>
Mon, 9 Mar 2009 00:14:37 +0000 (00:14 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 9 Mar 2009 00:14:37 +0000 (00:14 +0000)
commit29dff8aada8b9203a9a37474c9c1163135c8e2f6
treeca0a5363d681b54ff64b13a1f853f51e9bfaf832
parent9fd459a3a2ffed7bda16a96c46d2cbca448a5867
Fix importlib._bootstrap.PyPycLoader.load_module() to better handle
source/bytecode paths and what to do when they don't exist.
Lib/importlib/_bootstrap.py