]> granicus.if.org Git - python/commit
bpo-38070: Enhance _PyObject_Dump() (GH-16243)
authorVictor Stinner <vstinner@redhat.com>
Tue, 17 Sep 2019 21:36:28 +0000 (23:36 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Sep 2019 21:36:28 +0000 (23:36 +0200)
commitb39afb78768418d9405c4b528c80fa968ccc974d
tree2a414c8d55c5a56ee7785842f748c03bd0c60ddc
parent8fa3e1740b3f03ea65ddb68411c2238c5f98eec2
bpo-38070: Enhance _PyObject_Dump() (GH-16243)

_PyObject_Dump() now dumps the object address for freed objects and
objects with ob_type=NULL.
Objects/object.c