Message 252266 - Python tracker
Message252266
| 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:04 | steve.dower | set | recipients: + steve.dower, vstinner, tim.golden, zach.ware |
| 2015-10-04 12:52:04 | steve.dower | set | messageid: <1443963124.71.0.0837514961026.issue23919@psf.upfronthosting.co.za> |
| 2015-10-04 12:52:04 | steve.dower | link | issue23919 messages |
| 2015-10-04 12:52:04 | steve.dower | create | |