commit | b39afb78768418d9405c4b528c80fa968ccc974d | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue Sep 17 23:36:28 2019 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 17 23:36:28 2019 +0200 |
tree | 2a414c8d55c5a56ee7785842f748c03bd0c60ddc | |
parent | 8fa3e1740b3f03ea65ddb68411c2238c5f98eec2 [diff] |
bpo-38070: Enhance _PyObject_Dump() (GH-16243) _PyObject_Dump() now dumps the object address for freed objects and objects with ob_type=NULL.