<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/testing, branch static-callback</title>
<subtitle>foss.heptapod.net: pypy/cffi
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/'/>
<entry>
<title>Skip a couple of new tests on Windows, because this method doesn't seem</title>
<updated>2015-12-07T17:47:55+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-12-07T17:47:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=fffb0f348df4d6c96b2ad457d00c790fd3040d34'/>
<id>fffb0f348df4d6c96b2ad457d00c790fd3040d34</id>
<content type='text'>
able to capture the C-level fprintf(stderr)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
able to capture the C-level fprintf(stderr)
</pre>
</div>
</content>
</entry>
<entry>
<title>py3k compat</title>
<updated>2015-12-07T17:19:00+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-12-07T17:19:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=f470f443a621025b589a2b15df6729aff199e537'/>
<id>f470f443a621025b589a2b15df6729aff199e537</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hg merge default</title>
<updated>2015-11-23T15:11:58+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-23T15:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=4f76ae1395509642cd37bd663d1df82cc2f66ca8'/>
<id>4f76ae1395509642cd37bd663d1df82cc2f66ca8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy the PyPy behavior on CPython too: two calls to new_handle(x),</title>
<updated>2015-11-23T12:17:43+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-23T12:17:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=9f83a2afa30ca6bd46ecb067ccd4aef45509bd08'/>
<id>9f83a2afa30ca6bd46ecb067ccd4aef45509bd08</id>
<content type='text'>
even with the same x, now return cdatas that compare as different.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
even with the same x, now return cdatas that compare as different.
</pre>
</div>
</content>
</entry>
<entry>
<title>issue #233: ffi.init_once()</title>
<updated>2015-11-23T10:48:21+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-23T10:48:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=32315361c7b4921d42eb2e38b66e83352a2a8e2d'/>
<id>32315361c7b4921d42eb2e38b66e83352a2a8e2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the @ffi.def_extern() decorator to not automatically replace the</title>
<updated>2015-11-20T14:57:31+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-20T14:57:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=a55d1ad2ced2bbd8e481936271df44ab9b8b99f0'/>
<id>a55d1ad2ced2bbd8e481936271df44ab9b8b99f0</id>
<content type='text'>
function with the cdata.  You need to get the cdata from the lib
explicitly.  This should make it clearer that there is only one cdata,
even if you apply the decorator again.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
function with the cdata.  You need to get the cdata from the lib
explicitly.  This should make it clearer that there is only one cdata,
even if you apply the decorator again.
</pre>
</div>
</content>
</entry>
<entry>
<title>Write one error message directly to stderr instead of sys.stderr.  This</title>
<updated>2015-11-18T11:28:44+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-18T11:28:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d995bf5eda3cd8dae5c86206ee44f4ccd77d70bb'/>
<id>d995bf5eda3cd8dae5c86206ee44f4ccd77d70bb</id>
<content type='text'>
lets us avoid taking the GIL, which might crash in case the Python
interpreter is not initialized at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lets us avoid taking the GIL, which might crash in case the Python
interpreter is not initialized at all.
</pre>
</div>
</content>
</entry>
<entry>
<title>update the code to use 'extern "Python"'</title>
<updated>2015-11-18T09:00:42+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-18T09:00:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=1b266852f4dc07efdca37f2fe495cc42b60c1a31'/>
<id>1b266852f4dc07efdca37f2fe495cc42b60c1a31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cparser</title>
<updated>2015-11-18T08:28:47+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-18T08:28:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=b1cf6818bdbfe16776a811bcad318f5f8608ed8f'/>
<id>b1cf6818bdbfe16776a811bcad318f5f8608ed8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix</title>
<updated>2015-11-17T09:36:39+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-17T09:36:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=0fd4bedc8d46a8c1bb3cf23f271c91808d123ab6'/>
<id>0fd4bedc8d46a8c1bb3cf23f271c91808d123ab6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
