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 steve.dower
Recipients steve.dower, tim.golden, vstinner, zach.ware
Date 2015-10-04.12:52:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1443963124.71.0.0837514961026.issue23919@psf.upfronthosting.co.za>
In-reply-to
Content
I referred to the issues that had -n added in the first place many times while adding the IPH handlers, but I don't have them handy now on my phone.

The rationale was that people who cause assertions in their C extensions should see them and not have Python suppress them. All cases where an assert is raised in a debug build is a coding error - the test suite deliberately causes some but this is not normal development and should not dictate normal configuration.
History
Date User Action Args
2015-10-04 12:52:04steve.dowersetrecipients: + steve.dower, vstinner, tim.golden, zach.ware
2015-10-04 12:52:04steve.dowersetmessageid: <1443963124.71.0.0837514961026.issue23919@psf.upfronthosting.co.za>
2015-10-04 12:52:04steve.dowerlinkissue23919 messages
2015-10-04 12:52:04steve.dowercreate