commit | 3607ef43c4a1a24d44f39ff54a77fc0af5bfa09a | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Jan 15 13:26:38 2019 +0200 |
committer | GitHub <noreply@github.com> | Tue Jan 15 13:26:38 2019 +0200 |
tree | 47a493a1fbdeba4a16ddc0b071542ee00239974f | |
parent | b91140fdb17472d03a7b7971f143c08a40fde923 [diff] |
bpo-35742: Fix test_envar_unimportable in test_builtin. (GH-11561) Handle the case of an empty module name in PYTHONBREAKPOINT. Fixes a regression introduced in bpo-34756.