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 thautwarm
Recipients steven.daprano, thautwarm, vtheno athena
Date 2018-10-03.09:49:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538560145.98.0.545547206417.issue34880@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-10-03 09:49:06thautwarmsetrecipients: + thautwarm, steven.daprano, vtheno athena
2018-10-03 09:49:05thautwarmsetmessageid: <1538560145.98.0.545547206417.issue34880@psf.upfronthosting.co.za>
2018-10-03 09:49:05thautwarmlinkissue34880 messages
2018-10-03 09:49:05thautwarmcreate