cpython/Lib/test/test_importlib
Serhiy Storchaka ed146b52a3
[3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320) (GH-15456)
Fix compilation of "break" and "continue" in the
"finally" block when the corresponding "try" block
contains "return" with a non-constant value.
(cherry picked from commit ef61c524dd)
2019-08-24 13:41:53 +03:00
..
builtin
data cross port importlib-metadata PR GH-76 (GH-13903) 2019-06-07 14:44:03 -07:00
data01
data02
data03
extension
frozen
import_
namespace_pkgs
source
zipdata01
zipdata02
__init__.py
__main__.py
abc.py
fixtures.py bpo-37697: Sync with importlib_metadata 0.19 (GH-14993) (GH-14995) 2019-07-28 15:45:46 -04:00
test_abc.py
test_api.py
test_lazy.py bpo-36766: Typos in docs and code comments (GH-13116) 2019-05-06 14:57:17 -04:00
test_locks.py
test_main.py bpo-37697: Sync with importlib_metadata 0.19 (GH-14993) (GH-14995) 2019-07-28 15:45:46 -04:00
test_metadata_api.py bpo-34632: Add importlib.metadata (GH-12547) 2019-05-24 16:59:01 -07:00
test_namespace_pkgs.py
test_open.py
test_path.py
test_read.py
test_resource.py
test_spec.py
test_util.py [3.8] bpo-37830: Fix compilation of break and continue in finally. (GH-15320) (GH-15456) 2019-08-24 13:41:53 +03:00
test_windows.py
test_zip.py bpo-37697: Sync with importlib_metadata 0.19 (GH-14993) (GH-14995) 2019-07-28 15:45:46 -04:00
util.py