<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/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>Remove this directory, it was already copied to c/libffi_x86_64</title>
<updated>2021-07-22T15:44:04+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2021-07-22T15:44:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=bbbdda79aab84fbdccb5ccc566a37c977a015449'/>
<id>bbbdda79aab84fbdccb5ccc566a37c977a015449</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added support for building cffi on windows on arm machines</title>
<updated>2021-07-22T15:28:19+00:00</updated>
<author>
<name>Niyas Sait</name>
<email>niyas.sait@linaro.org</email>
</author>
<published>2021-07-22T15:28:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=89ab715851bd3355184e5c4cf39cb38e0dbcf44f'/>
<id>89ab715851bd3355184e5c4cf39cb38e0dbcf44f</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.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>fix tests for py.test running on CPython v3.10.0b3</title>
<updated>2021-06-20T18:31:53+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2021-06-20T18:31:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=1d2de7dc29904d571069b947d3ec0d5b5dbed19c'/>
<id>1d2de7dc29904d571069b947d3ec0d5b5dbed19c</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 fdc0cbcdb65f on pre-3.10 pythons</title>
<updated>2021-06-20T17:36:51+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2021-06-20T17:36:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=99759a3230a94768b3eaefd9326b65a320627c7c'/>
<id>99759a3230a94768b3eaefd9326b65a320627c7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a test that fails in the 3.10 alphas and will start failing on pypy soon</title>
<updated>2021-04-24T09:01:50+00:00</updated>
<author>
<name>Carl Friedrich Bolz-Tereick</name>
<email>cfbolz@gmx.de</email>
</author>
<published>2021-04-24T09:01:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=a44dfe022e409b51c01777afb141ab3e9bdfe483'/>
<id>a44dfe022e409b51c01777afb141ab3e9bdfe483</id>
<content type='text'>
once I merge that feature: AttributeError is printing extra information
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
once I merge that feature: AttributeError is printing extra information
</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>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>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>
</feed>
