<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/c/cdlopen.c, branch python3.11.0b4</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>Issue #437</title>
<updated>2020-01-05T12:46:20+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2020-01-05T12:46:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=263cff26c5edcb9e77990078faec25431303c107'/>
<id>263cff26c5edcb9e77990078faec25431303c107</id>
<content type='text'>
Support ffi.dlopen(&lt;void* cdata&gt;).  See updated documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support ffi.dlopen(&lt;void* cdata&gt;).  See updated documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Py3.7: fix const-correctness</title>
<updated>2018-06-01T17:32:06+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2018-06-01T17:32:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=070c9cf3ce1fa5a5fa5cce2d5cb61d75c3a1edf8'/>
<id>070c9cf3ce1fa5a5fa5cce2d5cb61d75c3a1edf8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore multiple dlclose(), like file.close() does in Python</title>
<updated>2018-02-27T20:18:33+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2018-02-27T20:18:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=a4c04234554d1791ff904539078d6f7826434970'/>
<id>a4c04234554d1791ff904539078d6f7826434970</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More Windows support for ffi.dlopen(), this time the out-of-line version</title>
<updated>2018-02-16T10:22:31+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2018-02-16T10:22:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=37680f9f26579c30a75bee884d764dc3b511d710'/>
<id>37680f9f26579c30a75bee884d764dc3b511d710</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>"char *" =&gt; "const char *" until Python 3.7 is happy</title>
<updated>2017-09-27T07:38:15+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-09-27T07:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=fd5d394a95feb8bedbbe7323a6045f5a9f00e0ec'/>
<id>fd5d394a95feb8bedbbe7323a6045f5a9f00e0ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Forgot about the version checking and specifying in the ABI-mode modules</title>
<updated>2015-05-18T15:25:29+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-05-18T15:25:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=7170cc6aefba2b37506e120719197c8e1e0f7eba'/>
<id>7170cc6aefba2b37506e120719197c8e1e0f7eba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test and fix</title>
<updated>2015-05-17T18:14:00+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-05-17T18:14:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=80e22be540751bf5324d0f517f4bd390ab7685f0'/>
<id>80e22be540751bf5324d0f517f4bd390ab7685f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ffi.dlclose().  Global variables.</title>
<updated>2015-05-16T12:26:06+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-05-16T12:26:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=9dc5326eee9f2807473d03932b8d81a9d2b2fa7e'/>
<id>9dc5326eee9f2807473d03932b8d81a9d2b2fa7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Test and fix for struct names from included ffis</title>
<updated>2015-05-16T09:06:58+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-05-16T09:06:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=bf54ee40591350b7c4639f33e4a4788527e48b33'/>
<id>bf54ee40591350b7c4639f33e4a4788527e48b33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Includes of dlopen-style ffis.  Negative constants in "static const int = ...".</title>
<updated>2015-05-16T08:59:32+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-05-16T08:59:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=263da15a92084a506526ca1ebccf84ce344ad6a9'/>
<id>263da15a92084a506526ca1ebccf84ce344ad6a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
