Message189951
| Author | kristjan.jonsson |
|---|---|
| Recipients | gvanrossum, kristjan.jonsson, pitrou, rhettinger, vstinner |
| Date | 2013-05-25.10:56:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1369479371.53.0.531800415852.issue17936@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Looks good, I'll give it a spin. This is probably smarter then trying to do tricks with lists. One question: I saw you clearing exceptions in the tp_clear() function, isn't it better to use PyErr_PrintUnraisable()? Is there a guideline to when to use that one in internal code? When is it safe to just shrug and ignore? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-05-25 10:56:11 | kristjan.jonsson | set | recipients: + kristjan.jonsson, gvanrossum, rhettinger, pitrou, vstinner |
| 2013-05-25 10:56:11 | kristjan.jonsson | set | messageid: <1369479371.53.0.531800415852.issue17936@psf.upfronthosting.co.za> |
| 2013-05-25 10:56:11 | kristjan.jonsson | link | issue17936 messages |
| 2013-05-25 10:56:11 | kristjan.jonsson | create | |