Message100637
Py_InitializeEx() calls PyErr_Clear() if PyCodec_Encoder() fails without checking for the exception type.
Attached initiliaze_pycodec_error.patch checks for error type: if the error is not an LookupError, display the error and exit (as done for initsite() iny my initsite.patch). |
|
| Date |
User |
Action |
Args |
| 2010-03-08 12:10:27 | vstinner | set | recipients:
+ vstinner, gjb1002, benjamin.peterson |
| 2010-03-08 12:10:27 | vstinner | set | messageid: <[email protected]> |
| 2010-03-08 12:10:26 | vstinner | link | issue3137 messages |
| 2010-03-08 12:10:26 | vstinner | create | |
|