]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #19512: Py_ReprEnter() and Py_ReprLeave() now use an identifier for the
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 6 Nov 2013 17:57:29 +0000 (18:57 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 6 Nov 2013 17:57:29 +0000 (18:57 +0100)
commit7a07e451a4f0a7c5b68af76f5ac6a6b1c2b10210
tree3155f344653302987fe0e8bb4bf0c3b92d2a73ba
parent95701bdf40a00b3eb38aa4270b512ebac12fd87b
Issue #19512: Py_ReprEnter() and Py_ReprLeave() now use an identifier for the
"Py_Repr" dictionary key
Objects/object.c