]> granicus.if.org Git - python/commit
bpo-35742: Fix test_envar_unimportable in test_builtin. (GH-11561)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 15 Jan 2019 11:26:38 +0000 (13:26 +0200)
committerGitHub <noreply@github.com>
Tue, 15 Jan 2019 11:26:38 +0000 (13:26 +0200)
commit3607ef43c4a1a24d44f39ff54a77fc0af5bfa09a
tree47a493a1fbdeba4a16ddc0b071542ee00239974f
parentb91140fdb17472d03a7b7971f143c08a40fde923
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.
Lib/test/test_builtin.py
Python/sysmodule.c