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 methane, pablogsal, serhiy.storchaka, vstinner
Date 2019-03-21.13:05:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553173514.97.0.962018150326.issue36389@roundup.psfhosted.org>
In-reply-to
Content
It is better to not use assert(foo && bar). Use instead two separate asserts: assrte(foo) and assert(bar).
History
Date User Action Args
2019-03-21 13:05:15serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane, pablogsal
2019-03-21 13:05:14serhiy.storchakasetmessageid: <1553173514.97.0.962018150326.issue36389@roundup.psfhosted.org>
2019-03-21 13:05:14serhiy.storchakalinkissue36389 messages
2019-03-21 13:05:14serhiy.storchakacreate