]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a memory leak -- there's no need to INCREF() the result of
authorGuido van Rossum <guido@python.org>
Fri, 23 Mar 2001 18:30:19 +0000 (18:30 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 23 Mar 2001 18:30:19 +0000 (18:30 +0000)
commit9dee48f6e7f080626d06ea8847834a7506935c97
tree293df7e0f61af8aedb3e64f3350156798158a084
parent559f6680c27f346c89e6dd29ba3235f7719ea6a7
Fix a memory leak -- there's no need to INCREF() the result of
newreadlinesobject() in xreadlines().
Modules/xreadlinesmodule.c