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 larry, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-02-27.15:42:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425051777.07.0.862286555864.issue23524@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, but the bit you quoted is referring to the assert dialogs, which only exist in debug builds. The invalid parameter handler will normally kill the process even in release builds.
History
Date User Action Args
2015-02-27 15:42:57steve.dowersetrecipients: + steve.dower, vstinner, larry, tim.golden, zach.ware, serhiy.storchaka
2015-02-27 15:42:57steve.dowersetmessageid: <1425051777.07.0.862286555864.issue23524@psf.upfronthosting.co.za>
2015-02-27 15:42:57steve.dowerlinkissue23524 messages
2015-02-27 15:42:56steve.dowercreate