[issue31027] test_listcomps fails when run directly

2017-07-29 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: -> terry.reedy resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker

[issue31027] test_listcomps fails when run directly

2017-07-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset b26cc82b2252dd54e73661a026b32e7808fef945 by Terry Jan Reedy in branch '3.6': [3.6] bpo-31027: Fix test_listcomps failure when run directly (GH-2939) (#2945) https://github.com/python/cpython/commit/b26cc82b2252dd54e73661a026b32e7808fef945

[issue31027] test_listcomps fails when run directly

2017-07-29 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- pull_requests: +2994 ___ Python tracker ___ ___

[issue31027] test_listcomps fails when run directly

2017-07-29 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset ceb93f4540981e3f9af66bd936920186aba813fc by Terry Jan Reedy (Zackery Spytz) in branch 'master': bpo-31027: Fix test_listcomps failure when run directly (#2939) https://github.com/python/cpython/commit/ceb93f4540981e3f9af66bd936920186aba813fc

[issue31027] test_listcomps fails when run directly

2017-07-28 Thread Zackery Spytz
Changes by Zackery Spytz : -- pull_requests: +2991 ___ Python tracker ___ ___

[issue31027] test_listcomps fails when run directly

2017-07-28 Thread Terry J. Reedy
Terry J. Reedy added the comment: On Windows, fresh 3.7, python -m test.test_listcomps fails same way. python -m test test_listcomps is okay. -- nosy: +terry.reedy ___ Python tracker

[issue31027] test_listcomps fails when run directly

2017-07-25 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: $ ./python Lib/test/test_listcomps.py doctest (test.test_listcomps) ... 33 tests with zero failures Traceback (most recent call last): File "Lib/test/test_listcomps.py", line 148, in test_main(verbose=True) File "Lib/test/test_listcomps.py", line