Staging
v0.8.1
https://github.com/python/cpython
Revision 5086589305ff5538709856b27314b68f06ae93db authored by Brett Cannon on 22 March 2019, 22:16:50 UTC, committed by Miss Islington (bot) on 22 March 2019, 22:16:50 UTC


Before, an `AttributeError` was raised due to trying to access an attribute that exists on specs but having received `None` instead for a non-existent module.


https://bugs.python.org/issue36298
1 parent dd7c4ce
History
Tip revision: 5086589305ff5538709856b27314b68f06ae93db authored by Brett Cannon on 22 March 2019, 22:16:50 UTC
bpo-36298: Raise ModuleNotFoundError in pyclbr when a module can't be found (GH-12358)
Tip revision: 5086589
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.6 KB
_testembed.c -rw-r--r-- 20.3 KB
python.c -rw-r--r-- 298 bytes

README

back to top