<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/c/lib_obj.c, branch static-callback</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>update the code to use 'extern "Python"'</title>
<updated>2015-11-18T09:00:42+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-18T09:00:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=1b266852f4dc07efdca37f2fe495cc42b60c1a31'/>
<id>1b266852f4dc07efdca37f2fe495cc42b60c1a31</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>in-progress</title>
<updated>2015-11-13T14:55:53+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-11-13T14:55:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=4c39f9d8776acbe8871bd9a2d0da4a3ffc55924e'/>
<id>4c39f9d8776acbe8871bd9a2d0da4a3ffc55924e</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://git.baserock.org/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>Explicitly protect against variables that end up resolving at address NULL,</title>
<updated>2015-07-06T17:09:42+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-07-06T17:09:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=8f9b5abf94bc1fadf222006b920bb05afb00fb81'/>
<id>8f9b5abf94bc1fadf222006b920bb05afb00fb81</id>
<content type='text'>
which can occur in random cases like test_macro_var_callback
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which can occur in random cases like test_macro_var_callback
</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://git.baserock.org/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>Test and fix: Python 3.5 (at least the current beta) is unhappy</title>
<updated>2015-06-26T21:47:36+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-06-26T21:47:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=b1b44ce4bfb7b6fe3d8411845b487d9ed825227b'/>
<id>b1b44ce4bfb7b6fe3d8411845b487d9ed825227b</id>
<content type='text'>
with module-like objects without a '__name__'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with module-like objects without a '__name__'
</pre>
</div>
</content>
</entry>
<entry>
<title>Redo lib.__dict__, like in the in-line mode.  Figured out that it's like</title>
<updated>2015-06-19T12:40:45+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-06-19T12:40:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=eebbdfb6c9d065847a31d0997555f3978efb8e9e'/>
<id>eebbdfb6c9d065847a31d0997555f3978efb8e9e</id>
<content type='text'>
lib.__all__: a special attribute that can be shadowed if necessary
because it's not essential.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lib.__all__: a special attribute that can be shadowed if necessary
because it's not essential.
</pre>
</div>
</content>
</entry>
<entry>
<title>"from foo.lib import *"</title>
<updated>2015-06-15T21:22:17+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-06-15T21:22:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=0d7276e79cf36886320f5256ed20e93c98f8c7ff'/>
<id>0d7276e79cf36886320f5256ed20e93c98f8c7ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Some details</title>
<updated>2015-06-07T13:13:37+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-06-07T13:13:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=d40ff42aba212f5b4e1f8c4e939ff20f9b3b3317'/>
<id>d40ff42aba212f5b4e1f8c4e939ff20f9b3b3317</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue 200: bad interaction between "ffi.typeof(function_t)" and</title>
<updated>2015-05-30T11:18:27+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2015-05-30T11:18:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=4991b58753c3e625d24f95039dce23f03d1b75d5'/>
<id>4991b58753c3e625d24f95039dce23f03d1b75d5</id>
<content type='text'>
attribute access "lib.function"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
attribute access "lib.function"
</pre>
</div>
</content>
</entry>
</feed>
