thautwarm <yaoxiansa...@gmail.com> added the comment:
Steven, this problem is quite interesting because it just allows users to cause fatal errors without any invalid operations. ``` AssertionError = 1 assert 1 == 2, 2 --------------------------------------------------------------------------- TypeError: 'int' object is not callable ``` It's better to deal with it seriously. ---------- nosy: +thautwarm _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue34880> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com