diff options
author | Vladimir Marangozov <vladimir.marangozov@t-online.de> | 2000-07-10 04:30:56 (GMT) |
---|---|---|
committer | Vladimir Marangozov <vladimir.marangozov@t-online.de> | 2000-07-10 04:30:56 (GMT) |
commit | d8a933248e1e695e029141e418845530c3bf82c8 (patch) | |
tree | 30d8c94e29d1154cdfa3685b58662e13e4f9404c | |
parent | 859bad00cbddf78b60278c68d9929041635d5892 (diff) | |
download | cpython-d8a933248e1e695e029141e418845530c3bf82c8.zip cpython-d8a933248e1e695e029141e418845530c3bf82c8.tar.gz cpython-d8a933248e1e695e029141e418845530c3bf82c8.tar.bz2 |
A small comment fix just to make sure I got my cvs/ssh setup right.
-rw-r--r-- | Include/objimpl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/objimpl.h b/Include/objimpl.h index 3413b9a..76fab92 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. |