Message158731
| Author | brett.cannon |
|---|---|
| Recipients | benjamin.peterson, brett.cannon, ncoghlan, pitrou |
| Date | 2012-04-19.14:19:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1334845148.46.0.0410008423702.issue14614@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Should we limit ourselves to bound errors? Couldn't we make the macros aliases for their full-fledged function equivalents (e.g. PyTuple_SetItem()) which trigger Py_FatalError() on error so we also get argument type checking? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-04-19 14:19:08 | brett.cannon | set | recipients: + brett.cannon, ncoghlan, pitrou, benjamin.peterson |
| 2012-04-19 14:19:08 | brett.cannon | set | messageid: <1334845148.46.0.0410008423702.issue14614@psf.upfronthosting.co.za> |
| 2012-04-19 14:19:07 | brett.cannon | link | issue14614 messages |
| 2012-04-19 14:19:07 | brett.cannon | create | |