[issue34184] Lib/test/test_dataclasses.py failed when ran as a script

2018-07-23 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue34184] Lib/test/test_dataclasses.py failed when ran as a script

2018-07-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 635338248f967728f13b7bc4b9969aedff51eef6 by Serhiy Storchaka (Miss Islington (bot)) in branch '3.7': bpo-34184: Fix running Lib/test/test_dataclasses.py as a script. (GH-8382) (GH-8421) https://github.com/python/cpython/commit/635338248f96772

[issue34184] Lib/test/test_dataclasses.py failed when ran as a script

2018-07-23 Thread miss-islington
Change by miss-islington : -- pull_requests: +7947 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue34184] Lib/test/test_dataclasses.py failed when ran as a script

2018-07-23 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 3fe5cccb08283f5f4817ac432560972a4c0f5290 by Serhiy Storchaka in branch 'master': bpo-34184: Fix running Lib/test/test_dataclasses.py as a script. (GH-8382) https://github.com/python/cpython/commit/3fe5cccb08283f5f4817ac432560972a4c0f5290 ---

[issue34184] Lib/test/test_dataclasses.py failed when ran as a script

2018-07-21 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +7912 stage: -> patch review ___ Python tracker ___ ___ Python-bugs

[issue34184] Lib/test/test_dataclasses.py failed when ran as a script

2018-07-21 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : $ ./python Lib/test/test_dataclasses.py ... == ERROR: test_classvar_module_level_import (__main__.TestStringAnnotations)