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 serhiy.storchaka
Recipients serhiy.storchaka, xtreak
Date 2018-12-04.11:19:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
There is nothing specific for assert and AssertionError. Other example:

import pdb; pdb.set_trace()
x = 1
y = 1/0
History
Date User Action Args
2018-12-04 11:19:24serhiy.storchakasetrecipients: + serhiy.storchaka, xtreak
2018-12-04 11:19:24serhiy.storchakasetmessageid: <[email protected]>
2018-12-04 11:19:24serhiy.storchakalinkissue35405 messages
2018-12-04 11:19:24serhiy.storchakacreate