Message264423
> It seems that the patch also introduces a segfault if PyLong_FromSsize_t() returns NULL.
Good catch Stefan! Py_XDECREF ahould be used instead of Py_DECREF in _PyModule_AddObject(). |
|
Date |
User |
Action |
Args |
2016-04-28 08:04:55 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, skrah |
2016-04-28 08:04:55 | serhiy.storchaka | set | messageid: <1461830695.44.0.689724804829.issue26871@psf.upfronthosting.co.za> |
2016-04-28 08:04:55 | serhiy.storchaka | link | issue26871 messages |
2016-04-28 08:04:55 | serhiy.storchaka | create | |
|