<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/testing/embedding/add_recursive.py, branch master</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>Add a warning when we use in cdef() a global variable without also specifying a storage class (extern or static)</title>
<updated>2019-10-14T07:16:01+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2019-10-14T07:16:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=2e1c8e4f059b1ae7cc06a1f45f40bbbf9d08f5d0'/>
<id>2e1c8e4f059b1ae7cc06a1f45f40bbbf9d08f5d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use declspec(dllimport/dllexport) on windows</title>
<updated>2016-01-12T17:19:38+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-01-12T17:19:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=3d61fb1c89b5899acbba2ff9eb35a1a0fb0cac3f'/>
<id>3d61fb1c89b5899acbba2ff9eb35a1a0fb0cac3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Maybe it's clearer this way, with an API that matches the intent rather</title>
<updated>2016-01-09T17:24:25+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-01-09T17:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=e7e824c3561171361743b9af89a795811cfdd430'/>
<id>e7e824c3561171361743b9af89a795811cfdd430</id>
<content type='text'>
than how the implementation piggy-backs on ``extern "Python"``
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
than how the implementation piggy-backs on ``extern "Python"``
</pre>
</div>
</content>
</entry>
<entry>
<title>py3 compat</title>
<updated>2016-01-08T10:37:08+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-01-08T10:37:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=8f7e76571f24fe5837120e7e04ea97dfd2b87fea'/>
<id>8f7e76571f24fe5837120e7e04ea97dfd2b87fea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Py3 fixes. Skip the embedding tests if linking with -lpython%d.%d</title>
<updated>2016-01-08T07:17:36+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-01-08T07:17:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=7fdcd73c2603b78dcc34c81251a4cc187e23ed4d'/>
<id>7fdcd73c2603b78dcc34c81251a4cc187e23ed4d</id>
<content type='text'>
fails (likely, the Python was not compiled with --enable-shared)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fails (likely, the Python was not compiled with --enable-shared)
</pre>
</div>
</content>
</entry>
<entry>
<title>In-progress: fix tests to attempt to use distutils also for compiling</title>
<updated>2016-01-07T22:05:24+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-01-07T22:05:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d8375289bd022be59c167d3605f052433471a1fd'/>
<id>d8375289bd022be59c167d3605f052433471a1fd</id>
<content type='text'>
the executable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the executable
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop running the embedding_init_code() code as if it was part of the</title>
<updated>2016-01-07T09:09:35+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-01-07T09:09:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=ad32e2e8e7c2d3e7fe20e5119846fe5e0ab292ac'/>
<id>ad32e2e8e7c2d3e7fe20e5119846fe5e0ab292ac</id>
<content type='text'>
extension module.  Instead, be explicit and require a "from xx import
ffi" line.  This is clearer because it is the same line needed at the
start of other modules, if the logic becomes too large for this single
triple-quoted string.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
extension module.  Instead, be explicit and require a "from xx import
ffi" line.  This is clearer because it is the same line needed at the
start of other modules, if the logic becomes too large for this single
triple-quoted string.
</pre>
</div>
</content>
</entry>
<entry>
<title>test for not invoking the init code recursively</title>
<updated>2016-01-01T10:45:42+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2016-01-01T10:45:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=f0bed1168232324dbee97b5e261c0fab3dca936b'/>
<id>f0bed1168232324dbee97b5e261c0fab3dca936b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
