commit | bf35c156b48bd09febeb74d0a5b218e959d4225b | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Apr 19 18:21:04 2012 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Apr 19 18:21:04 2012 +0200 |
tree | 5c1304ce5b16efcd28db8043f802fa5b54345231 | |
parent | aa2efcb0bcb80465cfa7114bb20d99c13be57f1c [diff] |
Fix refleak: PyObject_GetItem returns a new reference, not a borrowed one like PyDict_GetItem.