Message125348
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. |
|
| 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: <[email protected]> |
| 2011-01-04 18:36:54 | gvanrossum | link | issue5945 messages |
| 2011-01-04 18:36:54 | gvanrossum | create | |
|