<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python, branch v1.5.2b2</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>Patch by Tommy Burnette to accept an arbitrary sequence when "(...)"</title>
<updated>1999-02-17T23:16:43+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>1999-02-17T23:16:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=66368ccc558f9658617aa2a967261da98c153c09'/>
<id>66368ccc558f9658617aa2a967261da98c153c09</id>
<content type='text'>
is used in the format string, instead of requiring a tuple.  This is
in line with the general trend towards accepting arbitrary sequences.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is used in the format string, instead of requiring a tuple.  This is
in line with the general trend towards accepting arbitrary sequences.
</pre>
</div>
</content>
</entry>
<entry>
<title>initmain(): Nailed a memory leak.  bimod must be DECREF'd!</title>
<updated>1999-01-29T21:30:22+00:00</updated>
<author>
<name>Barry Warsaw</name>
<email>barry@python.org</email>
</author>
<published>1999-01-29T21:30:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3d05b1a0ae8ad4acf733f03b45cf9c51bf3ff47c'/>
<id>3d05b1a0ae8ad4acf733f03b45cf9c51bf3ff47c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bltin_exc[]: EnvironmentError is not a "leaf exception", so set it's</title>
<updated>1999-01-29T20:29:49+00:00</updated>
<author>
<name>Barry Warsaw</name>
<email>barry@python.org</email>
</author>
<published>1999-01-29T20:29:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7890203f491e9e967017676bf444b03c913ca8b5'/>
<id>7890203f491e9e967017676bf444b03c913ca8b5</id>
<content type='text'>
leaf_exc flag to zero otherwise the name leaks memory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
leaf_exc flag to zero otherwise the name leaks memory.
</pre>
</div>
</content>
</entry>
<entry>
<title>builtin_map(): A better fix for the previous leak plug (remember</title>
<updated>1999-01-28T18:49:12+00:00</updated>
<author>
<name>Barry Warsaw</name>
<email>barry@python.org</email>
</author>
<published>1999-01-28T18:49:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=fa77e09dd006c9852d636481af6c6199b2d7b5aa'/>
<id>fa77e09dd006c9852d636481af6c6199b2d7b5aa</id>
<content type='text'>
PyList_Append steals a reference even if it fails).

builtin_filter(): Had the same leak problem as builtin_map().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PyList_Append steals a reference even if it fails).

builtin_filter(): Had the same leak problem as builtin_map().
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement -OO; "unsafe" optimization that removes docstrings.</title>
<updated>1999-01-28T15:08:09+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>1999-01-28T15:08:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=541563ec7e853bacf12f83bab7a55b0d0ec5b3ee'/>
<id>541563ec7e853bacf12f83bab7a55b0d0ec5b3ee</id>
<content type='text'>
Marc-Andre Lemburg.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Marc-Andre Lemburg.
</pre>
</div>
</content>
</entry>
<entry>
<title>builtin_map(): Nailed memory leak.  PyList_Append() borrows a</title>
<updated>1999-01-28T04:21:35+00:00</updated>
<author>
<name>Barry Warsaw</name>
<email>barry@python.org</email>
</author>
<published>1999-01-28T04:21:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2133287c3ed12557cb1dde84ffe928e1f04eeda9'/>
<id>2133287c3ed12557cb1dde84ffe928e1f04eeda9</id>
<content type='text'>
reference, so you have to DECREF the appended value.  This was a fun
one!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reference, so you have to DECREF the appended value.  This was a fun
one!
</pre>
</div>
</content>
</entry>
<entry>
<title>builtin_complex(): Nailed memory leak.  This one's in the instance</title>
<updated>1999-01-27T23:13:59+00:00</updated>
<author>
<name>Barry Warsaw</name>
<email>barry@python.org</email>
</author>
<published>1999-01-27T23:13:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f988e687a1f0251c36fe620e5f562c113f338cd9'/>
<id>f988e687a1f0251c36fe620e5f562c113f338cd9</id>
<content type='text'>
test for classes with a __complex__() method.  The attribute is pulled
out of the instance with PyObject_GetAttr() but this transfers
ownership and the function object was never DECREF'd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
test for classes with a __complex__() method.  The attribute is pulled
out of the instance with PyObject_GetAttr() but this transfers
ownership and the function object was never DECREF'd.
</pre>
</div>
</content>
</entry>
<entry>
<title>PyImport_ReloadModule(): Nailed a small memory leak.  In the</title>
<updated>1999-01-27T17:54:20+00:00</updated>
<author>
<name>Barry Warsaw</name>
<email>barry@python.org</email>
</author>
<published>1999-01-27T17:54:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=3879333b9eef62541a68d8c7fd3e95e544a1ebda'/>
<id>3879333b9eef62541a68d8c7fd3e95e544a1ebda</id>
<content type='text'>
else-clause of the subname test, the parentname object was never
DECREF'd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
else-clause of the subname test, the parentname object was never
DECREF'd.
</pre>
</div>
</content>
</entry>
<entry>
<title>Patches by William Lewis for Nextstep descendants.</title>
<updated>1999-01-27T17:53:11+00:00</updated>
<author>
<name>Guido van Rossum</name>
<email>guido@python.org</email>
</author>
<published>1999-01-27T17:53:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=54ecc3d24f52ae45ca54a24167e434915c88b60f'/>
<id>54ecc3d24f52ae45ca54a24167e434915c88b60f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>err_input(): Nailed a small memory leak.  If the error is E_INTR, the</title>
<updated>1999-01-27T16:39:40+00:00</updated>
<author>
<name>Barry Warsaw</name>
<email>barry@python.org</email>
</author>
<published>1999-01-27T16:39:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c80baa3365d0c87f419020e3e1f0488d8bae8eb5'/>
<id>c80baa3365d0c87f419020e3e1f0488d8bae8eb5</id>
<content type='text'>
v temporary variable was never decref'd.  Test this by starting up the
interpreter, hitting C-c, then immediately exiting.

Same potential leak can occur if error is E_NOMEM, since the return is
done in the case block.  Added Py_XDECREF(v); to both blocks, just
before the return.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
v temporary variable was never decref'd.  Test this by starting up the
interpreter, hitting C-c, then immediately exiting.

Same potential leak can occur if error is E_NOMEM, since the return is
done in the case block.  Added Py_XDECREF(v); to both blocks, just
before the return.
</pre>
</div>
</content>
</entry>
</feed>
