]> granicus.if.org Git - python/commit
_PyObject_GC_Malloc(): split a complicated line in two. As is, there was
authorTim Peters <tim.peters@gmail.com>
Sat, 6 Oct 2001 08:03:20 +0000 (08:03 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 6 Oct 2001 08:03:20 +0000 (08:03 +0000)
commit8c18f2585032a01b04a99b1acd31a71c7e46f8cb
treeee7eaf6e11ec5750fca32758b3a838c55baca09c
parent8c2c3d301b38c2b76c462df89669b4deddfcfa6a
_PyObject_GC_Malloc():  split a complicated line in two.  As is, there was
no way to talk the debugger into showing me how many bytes were being
allocated.
Modules/gcmodule.c