<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/c/_cffi_backend.c, branch fix_missing_ffi_lib</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>Bump version to 1.14.6</title>
<updated>2021-06-20T19:16:33+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2021-06-20T19:16:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=745d205fa3dc04fb0daed705c773c61852c1deb1'/>
<id>745d205fa3dc04fb0daed705c773c61852c1deb1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#492</title>
<updated>2021-02-19T08:04:07+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2021-02-19T08:04:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=f17762f93b1f882554b6fe12c8271f907aebf6ad'/>
<id>f17762f93b1f882554b6fe12c8271f907aebf6ad</id>
<content type='text'>
Python 3.8 adds support for sys.unraisablehook(), but also a new
_PyErr_WriteUnraisableMsg() that calls it and is slightly more
flexible in displaying the error message.  Use that
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.8 adds support for sys.unraisablehook(), but also a new
_PyErr_WriteUnraisableMsg() that calls it and is slightly more
flexible in displaying the error message.  Use that
</pre>
</div>
</content>
</entry>
<entry>
<title>Need a cast here because the type ffi_status is unsigned</title>
<updated>2021-02-19T06:36:30+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2021-02-19T06:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=88c21c0b82696f01454c1391002e1cf62f598b25'/>
<id>88c21c0b82696f01454c1391002e1cf62f598b25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix string memory leak in `b_do_dlopen`</title>
<updated>2021-02-18T00:36:18+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2021-02-18T00:36:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=c3bba91dc4ff682e139dc1f1ec4a355b0e5e9ac7'/>
<id>c3bba91dc4ff682e139dc1f1ec4a355b0e5e9ac7</id>
<content type='text'>
When requesting a string with `es` or `et`, the string has to be
freed with `PyMem_Free`.
(https://docs.python.org/3/c-api/arg.html#strings-and-buffers)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When requesting a string with `es` or `et`, the string has to be
freed with `PyMem_Free`.
(https://docs.python.org/3/c-api/arg.html#strings-and-buffers)
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 1.14.5 and add whatsnew entry</title>
<updated>2021-02-11T06:33:25+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2021-02-11T06:33:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=64c832a8f00a9776bf93d1c99b878365fded292e'/>
<id>64c832a8f00a9776bf93d1c99b878365fded292e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gcc-4.4.7: this pragma must not be inside functions</title>
<updated>2020-11-28T14:34:42+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2020-11-28T14:34:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=af10fd9a35440297b586a006b9ab9fbaade4d68f'/>
<id>af10fd9a35440297b586a006b9ab9fbaade4d68f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version to 1.14.4</title>
<updated>2020-11-24T10:24:02+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2020-11-24T10:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=77a64dba7fcc20970d17d0ba9eda6cff3e290487'/>
<id>77a64dba7fcc20970d17d0ba9eda6cff3e290487</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix for yet another way in which old libffi's are not compatible with new libffi's</title>
<updated>2020-11-24T09:38:11+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2020-11-24T09:38:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=097bc56353a9084b10e30de94b8f0f12487b2784'/>
<id>097bc56353a9084b10e30de94b8f0f12487b2784</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix what I think will be a compile-time error in some cases</title>
<updated>2020-11-20T10:13:39+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2020-11-20T10:13:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=c607b3813de87f6b0d67d39a3e6f36095b792e8b'/>
<id>c607b3813de87f6b0d67d39a3e6f36095b792e8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #475</title>
<updated>2020-10-14T09:13:38+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2020-10-14T09:13:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=c6c5b0d848b02aaf8d3e43d8cc191f53a1e9664e'/>
<id>c6c5b0d848b02aaf8d3e43d8cc191f53a1e9664e</id>
<content type='text'>
Fix a crash that can occur only if there is an error when building a callback
(in very rare cases), or in debug mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a crash that can occur only if there is an error when building a callback
(in very rare cases), or in debug mode.
</pre>
</div>
</content>
</entry>
</feed>
