]> granicus.if.org Git - python/commit
Issue #22453: Fexed reference leaks when format error messages in ceval.c.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 18 Nov 2014 22:11:05 +0000 (00:11 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 18 Nov 2014 22:11:05 +0000 (00:11 +0200)
commita86c091a736020d823f1676acec7319bc5493f2c
treecaafa779077224cfdb8549e03dcf23f43fb5cd18
parentead2f5a027c2bb92a1b476c72f1ef50dcec32092
Issue #22453: Fexed reference leaks when format error messages in ceval.c.
Warn against the use of leaking macro PyObject_REPR().
Include/object.h
Python/ceval.c
Python/compile.c