Martin Panter added the comment:

If I understand this issue correctly, perhaps the test case should be augmented 
to check for a cycle:

try:
    main()
except RuntimeError as exc:
    self.assertIsNone(exc.__cause__)
else:
    self.fail("Expected RuntimeError")

----------
nosy: +martin.panter

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25786>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to