This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yan12125
Recipients serhiy.storchaka, yan12125
Date 2019-01-15.09:43:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547545437.79.0.55588181748.issue35742@roundup.psfhosted.org>
In-reply-to
Content
On git-master (32ebd8508d4807a7c85d2ed8e9c3b44ecd6de591) of CPython, 3 tests of test_builtin fails:

======================================================================
ERROR: test_envar_unimportable (test.test_builtin.TestBreakpoint) (envar='.')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/yen/Projects/cpython/Lib/test/test_builtin.py", line 1618, in test_envar_unimportable
    breakpoint()
ValueError: Empty module name

======================================================================
ERROR: test_envar_unimportable (test.test_builtin.TestBreakpoint) (envar='.foo')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/yen/Projects/cpython/Lib/test/test_builtin.py", line 1618, in test_envar_unimportable
    breakpoint()
ValueError: Empty module name

======================================================================
ERROR: test_envar_unimportable (test.test_builtin.TestBreakpoint) (envar='.int')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/yen/Projects/cpython/Lib/test/test_builtin.py", line 1618, in test_envar_unimportable
    breakpoint()
ValueError: Empty module name

----------------------------------------------------------------------

If I revert 6fe9c446f8302553952f63fc6d96be4dfa48ceba, tests pass. This commit is from issue34756, so I add the author of that patch to the nosy list.

Environment: Arch Linux x86_64

Steps to reproduce:
$ ./configure
$ make
$ ./python -m test -v test_builtin
History
Date User Action Args
2019-01-15 09:44:01yan12125setrecipients: + yan12125, serhiy.storchaka
2019-01-15 09:43:57yan12125setmessageid: <1547545437.79.0.55588181748.issue35742@roundup.psfhosted.org>
2019-01-15 09:43:57yan12125linkissue35742 messages
2019-01-15 09:43:57yan12125create