Message125348
| Author | gvanrossum |
|---|---|
| Recipients | benjamin.peterson, georg.brandl, gvanrossum, jmillikin, pitrou, rhettinger |
| Date | 2011-01-04.18:36:54 |
| SpamBayes Score | 0.029678367 |
| Marked as misclassified | No |
| Message-id | <1294166218.01.0.70748676517.issue5945@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The question is, if PyMapping_Check() returns True, and a list is passed, will the code segfault or raise an exception? A segfault would be unacceptable; an exception would be acceptable assuming that the code would have raised an exception anyway if PyMapping_Check() had returned False. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-01-04 18:36:58 | gvanrossum | set | recipients: + gvanrossum, georg.brandl, rhettinger, pitrou, benjamin.peterson, jmillikin |
| 2011-01-04 18:36:58 | gvanrossum | set | messageid: <1294166218.01.0.70748676517.issue5945@psf.upfronthosting.co.za> |
| 2011-01-04 18:36:54 | gvanrossum | link | issue5945 messages |
| 2011-01-04 18:36:54 | gvanrossum | create | |