commit | 97d6a56d9d169f35cf2a24d62bf15adfc42fc672 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Jan 15 03:45:57 2019 -0800 |
committer | GitHub <noreply@github.com> | Tue Jan 15 03:45:57 2019 -0800 |
tree | 5063c550f23e518407ce856e22a281943670713e | |
parent | 0bb6b891154b5718c2d7604fc4aa7a51a2f9fe70 [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. (cherry picked from commit 3607ef43c4a1a24d44f39ff54a77fc0af5bfa09a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>