<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Python/pyarena.c, branch zooba-patch-1</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>remove unnecessary clearing of list</title>
<updated>2013-01-19T19:58:38+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2013-01-19T19:58:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6b78bffa2089922bf26d6e345550f1af7d8ab1c1'/>
<id>6b78bffa2089922bf26d6e345550f1af7d8ab1c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Untabify C files. Will watch buildbots.</title>
<updated>2010-05-09T14:46:46+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2010-05-09T14:46:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c83ea137d7e717f764e2f31fc2544f522de7d857'/>
<id>c83ea137d7e717f764e2f31fc2544f522de7d857</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix more memory allocation issues found with failmalloc.</title>
<updated>2006-07-22T16:20:49+00:00</updated>
<author>
<name>Neal Norwitz</name>
<email>nnorwitz@gmail.com</email>
</author>
<published>2006-07-22T16:20:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b59d08c2fb407bbb1527b72141e125760863c2ba'/>
<id>b59d08c2fb407bbb1527b72141e125760863c2ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix sys.getobjects(0): we get a reference to the</title>
<updated>2006-04-15T12:46:09+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2006-04-15T12:46:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=841747cb56c6eeee9d89e6003a355b3d6c4c7cc1'/>
<id>841747cb56c6eeee9d89e6003a355b3d6c4c7cc1</id>
<content type='text'>
arena's "private" list of objects, so there might
be two references to that list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
arena's "private" list of objects, so there might
be two references to that list.
</pre>
</div>
</content>
</entry>
<entry>
<title>ALIGNMENT_SHIFT is not used</title>
<updated>2006-04-14T03:53:34+00:00</updated>
<author>
<name>Neal Norwitz</name>
<email>nnorwitz@gmail.com</email>
</author>
<published>2006-04-14T03:53:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=8c0dc84398f4966ce368ac9606444437b6d1c1f0'/>
<id>8c0dc84398f4966ce368ac9606444437b6d1c1f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Force 8-alignment of memory blocks, as needed on</title>
<updated>2006-04-13T19:16:13+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2006-04-13T19:16:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=da690411234dbd0438b7b1090750c547c92c5194'/>
<id>da690411234dbd0438b7b1090750c547c92c5194</id>
<content type='text'>
64-bit machines that require pointers to be aligned (e.g. IA64)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
64-bit machines that require pointers to be aligned (e.g. IA64)
</pre>
</div>
</content>
</entry>
<entry>
<title>more low-hanging fruit to make code compile under a C++ compiler. Not</title>
<updated>2006-04-11T12:01:56+00:00</updated>
<author>
<name>Anthony Baxter</name>
<email>anthonybaxter@gmail.com</email>
</author>
<published>2006-04-11T12:01:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7b782b61c597a989a21a22c15ee95decf997429f'/>
<id>7b782b61c597a989a21a22c15ee95decf997429f</id>
<content type='text'>
entirely happy with the two new VISIT macros in compile.c, but I
couldn't see a better approach.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
entirely happy with the two new VISIT macros in compile.c, but I
couldn't see a better approach.
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand comments.</title>
<updated>2006-03-31T16:41:22+00:00</updated>
<author>
<name>Jeremy Hylton</name>
<email>jeremy@alum.mit.edu</email>
</author>
<published>2006-03-31T16:41:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=296aef8ebb4701a6fe3af652a230b1107ae5f44a'/>
<id>296aef8ebb4701a6fe3af652a230b1107ae5f44a</id>
<content type='text'>
Explicitly clear all elements from arena-&gt;a_objects and remove
assert() that refcount is 1.  It's possible for a program to get a
reference to the list via sys.getobjects() or via gc functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explicitly clear all elements from arena-&gt;a_objects and remove
assert() that refcount is 1.  It's possible for a program to get a
reference to the list via sys.getobjects() or via gc functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document the purpose of the struct _block members.</title>
<updated>2006-03-02T21:41:18+00:00</updated>
<author>
<name>Tim Peters</name>
<email>tim.peters@gmail.com</email>
</author>
<published>2006-03-02T21:41:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f6386306fb0237c1bb7a344808acf1dd5c9ec94a'/>
<id>f6386306fb0237c1bb7a344808acf1dd5c9ec94a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added words about what PyArena_Malloc() does.</title>
<updated>2006-03-02T21:14:45+00:00</updated>
<author>
<name>Tim Peters</name>
<email>tim.peters@gmail.com</email>
</author>
<published>2006-03-02T21:14:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6fd92dc44f6bd6d0bb0308b298d21f181b083bd2'/>
<id>6fd92dc44f6bd6d0bb0308b298d21f181b083bd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
