<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/testing/cffi1, 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>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>hg merge default</title>
<updated>2015-11-16T11:26:32+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-16T11:26:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=8bb7d658de7c932cbf7f1ddc63f42cd22b5e6a10'/>
<id>8bb7d658de7c932cbf7f1ddc63f42cd22b5e6a10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip this test when run inside pypy, where there is no ../c/commontypes.c</title>
<updated>2015-11-16T11:04:21+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-16T11:04:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=599b6c8964570abc620194faa7a6daa46bbe8b7c'/>
<id>599b6c8964570abc620194faa7a6daa46bbe8b7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More tests for what I thought would work because it uses the same code</title>
<updated>2015-11-15T08:12:08+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-15T08:12:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=0cafc2884c0a40414687296e423c44346b4b316e'/>
<id>0cafc2884c0a40414687296e423c44346b4b316e</id>
<content type='text'>
as ffi.callback().  Alas, it didn't
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as ffi.callback().  Alas, it didn't
</pre>
</div>
</content>
</entry>
</feed>
