From: Vladimir Marangozov Date: Mon, 10 Jul 2000 04:30:56 +0000 (+0000) Subject: A small comment fix just to make sure I got my cvs/ssh setup right. X-Git-Tag: v2.0b1~943 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8a933248e1e695e029141e418845530c3bf82c8;p=thirdparty%2FPython%2Fcpython.git A small comment fix just to make sure I got my cvs/ssh setup right. --- diff --git a/Include/objimpl.h b/Include/objimpl.h index 3413b9ac283c..76fab9291e47 100644 --- a/Include/objimpl.h +++ b/Include/objimpl.h @@ -69,7 +69,7 @@ recommended to use PyObject_{New, NewVar, Del}. */ * ============================ */ -/* The purpose of the object allocator is to make make the distinction +/* The purpose of the object allocator is to make the distinction between "object memory" and the rest within the Python heap. Object memory is the one allocated by PyObject_{New, NewVar}, i.e.