comparison tests/test-merge-revert @ 9427:d37c0f4e8f48

parsers.c: parse_manifest: fixing refcount of flags When flags was DECREF'ed, scope was referencing to the outer variable, outside of the block. It was in fact always NULL: the real Python object was never decref'ed.
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Thu, 27 Aug 2009 14:15:04 +0200
parents 46280c004f22
children 4c94b6d0fb1c
comparison
equal deleted inserted replaced
9424:799373ff2554 9427:d37c0f4e8f48