Message 244598 - Python tracker
Message244598
| Author | eric.snow |
|---|---|
| Recipients | eric.snow, skrah |
| Date | 2015-06-01.16:21:56 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1433175716.41.0.847645147456.issue24348@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
(from msg244575 in issue16991) crash-2.py is due to the fact that _PyDict_Pop() deletes a reference to 'key' in _odict_popkey(). The INCREF(key) in popitem should take place before calling _odict_popkey(). Again, I don't see the point of INCREF/DECREF *inside* of _odict_popkey(). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-06-01 16:21:56 | eric.snow | set | recipients: + eric.snow, skrah |
| 2015-06-01 16:21:56 | eric.snow | set | messageid: <1433175716.41.0.847645147456.issue24348@psf.upfronthosting.co.za> |
| 2015-06-01 16:21:56 | eric.snow | link | issue24348 messages |
| 2015-06-01 16:21:56 | eric.snow | create | |