commit | aa93642a35ed570ba91a80c583df2c8a383686d6 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri Apr 27 15:30:58 2012 -0400 |
committer | Brett Cannon <brett@python.org> | Fri Apr 27 15:30:58 2012 -0400 |
tree | ba6049cf83600cb3afe6d9e8d52c0b9480b5b22b | |
parent | 9e66ac683cce9f6e4abda7d01836dab70eeefb49 [diff] [blame] |
Issue #14605: Use None in sys.path_importer_cache to represent no finder instead of using some (now non-existent) implicit finder.
diff --git a/Python/importlib.h b/Python/importlib.h index c3a60ef..c4080da 100644 --- a/Python/importlib.h +++ b/Python/importlib.h Binary files differ