commit | 6efa50a384f61155cd5315cd32f0f8775fe124c5 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon May 07 21:41:59 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon May 07 21:41:59 2012 +0200 |
tree | 2cc831c060e953beb452ec4b33e199e2c06f25d9 | |
parent | 943cab2fec8e7fb3232e72d9f1ca6535674e746a [diff] [blame] |
Issue #14583: Fix importlib bug when a package's __init__.py would first import one of its modules then raise an error.
diff --git a/Python/importlib.h b/Python/importlib.h index 292308f..c88fc80 100644 --- a/Python/importlib.h +++ b/Python/importlib.h Binary files differ