<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/cffi/cffi_opcode.py, branch python3.11.0b4</title>
<subtitle>foss.heptapod.net: pypy/cffi
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/'/>
<entry>
<title>Tests and fixes</title>
<updated>2017-05-31T13:47:03+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2017-05-31T13:47:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=5c408aba5fc53e553ad87dd0079fd1cb2edd25b1'/>
<id>5c408aba5fc53e553ad87dd0079fd1cb2edd25b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge default in.</title>
<updated>2017-03-13T00:43:18+00:00</updated>
<author>
<name>Tom Krauss</name>
<email>thomas.p.krauss@gmail.com</email>
</author>
<published>2017-03-13T00:43:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=2438e1714b363623a496853a8be0aade2442e6ee'/>
<id>2438e1714b363623a496853a8be0aade2442e6ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid cyclic imports by moving exceptions to a separate module</title>
<updated>2017-01-20T03:05:39+00:00</updated>
<author>
<name>Ronan Lamy</name>
<email>ronan.lamy@gmail.com</email>
</author>
<published>2017-01-20T03:05:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=a8d9aeb4588b054aaf802d2f666827e448d1aed7'/>
<id>a8d9aeb4588b054aaf802d2f666827e448d1aed7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initial support for 'float _Complex' and 'double _Complex'</title>
<updated>2017-01-15T16:40:27+00:00</updated>
<author>
<name>Tom Krauss</name>
<email>thomas.p.krauss@gmail.com</email>
</author>
<published>2017-01-15T16:40:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=79c196ade5ba7820b063ae9f0eb98ec62b9a3aaa'/>
<id>79c196ade5ba7820b063ae9f0eb98ec62b9a3aaa</id>
<content type='text'>
Work In Progress - sources have printfs that will be removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Work In Progress - sources have printfs that will be removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix cparser</title>
<updated>2015-11-18T08:28:47+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-18T08:28:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=b1cf6818bdbfe16776a811bcad318f5f8608ed8f'/>
<id>b1cf6818bdbfe16776a811bcad318f5f8608ed8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tweak tweak tweak until we can at least read the function pointer out of</title>
<updated>2015-11-13T14:34:40+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-13T14:34:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=2eb8e49216766fa09da37e7500908b4ac30440a5'/>
<id>2eb8e49216766fa09da37e7500908b4ac30440a5</id>
<content type='text'>
the 'lib' object
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the 'lib' object
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #228: do the same for "FILE". Only remaining case now is the</title>
<updated>2015-11-03T07:47:25+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-03T07:47:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=675ed8c38a17b4a22e2b76906377675711ee47b5'/>
<id>675ed8c38a17b4a22e2b76906377675711ee47b5</id>
<content type='text'>
very obscure Windows type UNICODE_STRING. I think it is unlikely
that someone hits the case of their cdef not mentioning
UNICODE_STRING but their runtime code still wants to use it, so I'll
close this issue.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
very obscure Windows type UNICODE_STRING. I think it is unlikely
that someone hits the case of their cdef not mentioning
UNICODE_STRING but their runtime code still wants to use it, so I'll
close this issue.
</pre>
</div>
</content>
</entry>
<entry>
<title>Test the various cases, fix issues with rounding, etc.</title>
<updated>2015-08-28T08:47:29+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-08-28T08:47:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=cceebde05622358d46e45ed58221109ce304b44d'/>
<id>cceebde05622358d46e45ed58221109ce304b44d</id>
<content type='text'>
A subtle point is that your version uses is_float_type(), which is true
also for "long double", and so it will loose precision on platforms like
x86 Linux where "long double" is larger than "double".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A subtle point is that your version uses is_float_type(), which is true
also for "long double", and so it will loose precision on platforms like
x86 Linux where "long double" is larger than "double".
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor the way global variables are accessed.  Now, every access to</title>
<updated>2015-07-03T09:37:07+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-07-03T09:37:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=57e471d350becf0836c9699f65639600860a08b1'/>
<id>57e471d350becf0836c9699f65639600860a08b1</id>
<content type='text'>
"lib.var" calls a generated C function to get "&amp;var".  This fixes issue
#212 and also make it work in more cases, like __thread variables.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"lib.var" calls a generated C function to get "&amp;var".  This fixes issue
#212 and also make it work in more cases, like __thread variables.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweaks and minor fixes</title>
<updated>2015-05-30T11:52:27+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-05-30T11:52:27+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/cffi.git/commit/?id=674377bab9c7263eef5774650ce8985aff97bd86'/>
<id>674377bab9c7263eef5774650ce8985aff97bd86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
