]> granicus.if.org Git - python/commit
Fix refleak: PyObject_GetItem returns a new reference, not a borrowed one like PyDict...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 19 Apr 2012 16:21:04 +0000 (18:21 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 19 Apr 2012 16:21:04 +0000 (18:21 +0200)
commitbf35c156b48bd09febeb74d0a5b218e959d4225b
tree5c1304ce5b16efcd28db8043f802fa5b54345231
parentaa2efcb0bcb80465cfa7114bb20d99c13be57f1c
Fix refleak: PyObject_GetItem returns a new reference, not a borrowed one like PyDict_GetItem.
Python/ceval.c