- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message264423
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | serhiy.storchaka |
|---|---|
| Recipients | serhiy.storchaka, skrah |
| Date | 2016-04-28.08:04:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1461830695.44.0.689724804829.issue26871@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> 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(). |
|
| History | |||
|---|---|---|---|
| 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 | |

