<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/c/ffi_obj.c, 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>fix another (very minor) leak, also found by Sebastian Berg</title>
<updated>2021-02-18T06:18:05+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2021-02-18T06:18:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=85737000306397f68667e71c8613bcabf80dd6c3'/>
<id>85737000306397f68667e71c8613bcabf80dd6c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Systematically expose all types on the _cffi_backend module</title>
<updated>2020-05-28T13:50:56+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2020-05-28T13:50:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=ab1d6096f86f3364b78a19a67e6fd908acb57c1a'/>
<id>ab1d6096f86f3364b78a19a67e6fd908acb57c1a</id>
<content type='text'>
under their correct name.  This name starts with '__' if it
is supposed to be non-portable and not guaranteed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
under their correct name.  This name starts with '__' if it
is supposed to be non-portable and not guaranteed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Windows compilation fix</title>
<updated>2019-01-28T23:00:18+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2019-01-28T23:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=3ef7d5ad08df5789e9c9260153d7647d49be02de'/>
<id>3ef7d5ad08df5789e9c9260153d7647d49be02de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement ffi.from_buffer("foo[]", x)</title>
<updated>2019-01-07T22:23:58+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2019-01-07T22:23:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=992922b58e02ebf0a58eb6232112da8c6fe2fdcc'/>
<id>992922b58e02ebf0a58eb6232112da8c6fe2fdcc</id>
<content type='text'>
Also contains some improvements to the documentation about other recent
additions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also contains some improvements to the documentation about other recent
additions
</pre>
</div>
</content>
</entry>
<entry>
<title>ffi.release()</title>
<updated>2019-01-05T10:07:31+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2019-01-05T10:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=dbdef41518d844776f05adb3dfd18d589d68b704'/>
<id>dbdef41518d844776f05adb3dfd18d589d68b704</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #394</title>
<updated>2018-12-16T07:48:45+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2018-12-16T07:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d1320b79e38ee16d73c9e9c72fd0e5112cffbad8'/>
<id>d1320b79e38ee16d73c9e9c72fd0e5112cffbad8</id>
<content type='text'>
Implement ffi.from_buffer(x, require_writable=True)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement ffi.from_buffer(x, require_writable=True)
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #362</title>
<updated>2018-03-15T07:36:41+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2018-03-15T07:36:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=4c7158dc7af55812404132c65de1549a7881f7b5'/>
<id>4c7158dc7af55812404132c65de1549a7881f7b5</id>
<content type='text'>
Py_Finalize() will free any threadstate around, so in that case we must
not call PyThreadState_Delete() any more on them from
cffi_thread_shutdown().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Py_Finalize() will free any threadstate around, so in that case we must
not call PyThreadState_Delete() any more on them from
cffi_thread_shutdown().
</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>Add an optional 'size' argument to ffi.gc().  So far, it has no effect</title>
<updated>2017-08-02T12:37:09+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-08-02T12:37:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=33a9b59ebe1918ed8f53980213969e9d59807c32'/>
<id>33a9b59ebe1918ed8f53980213969e9d59807c32</id>
<content type='text'>
on CPython.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
on CPython.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make 'ffi.buffer' be the type of minibuffers returned by cffi, and</title>
<updated>2017-02-04T14:05:47+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-02-04T14:05:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=b05cea94af19abfd675f4e4a46af338b6c329612'/>
<id>b05cea94af19abfd675f4e4a46af338b6c329612</id>
<content type='text'>
'ffi.buffer()' now calls the constructor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'ffi.buffer()' now calls the constructor.
</pre>
</div>
</content>
</entry>
</feed>
