<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cffi.git/testing/backend_tests.py, branch python3-port</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>hack hack hack</title>
<updated>2012-08-12T17:18:51+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-12T17:18:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=045b1df9f88e760608cc602b2a60641d346b1afa'/>
<id>045b1df9f88e760608cc602b2a60641d346b1afa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hg merge default</title>
<updated>2012-08-12T14:09:54+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-12T14:09:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=8216048ed4d9e2eaa8d1ecc3325c762efad9ad7d'/>
<id>8216048ed4d9e2eaa8d1ecc3325c762efad9ad7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a missing test</title>
<updated>2012-08-12T14:09:39+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-12T14:09:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=1da5d3c37168e73bbdf3ed97d7c3aad63adb7b38'/>
<id>1da5d3c37168e73bbdf3ed97d7c3aad63adb7b38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>hg merge default, and try to resolve all conflicts.</title>
<updated>2012-08-12T13:53:06+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-12T13:53:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=07613592b703a7cf887091820df0e3c7ea25eebe'/>
<id>07613592b703a7cf887091820df0e3c7ea25eebe</id>
<content type='text'>
Not tested so far.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not tested so far.
</pre>
</div>
</content>
</entry>
<entry>
<title>Finally found out the "right" way to implement ffi.gc(), in just a</title>
<updated>2012-08-09T09:34:48+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-09T09:34:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=b257b7fcca2f5a103092d8fd15f4d46aa22925aa'/>
<id>b257b7fcca2f5a103092d8fd15f4d46aa22925aa</id>
<content type='text'>
few lines of Python code using weakrefs with callbacks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
few lines of Python code using weakrefs with callbacks.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert 0d5efadab0ac and use a different approach: reading a field</title>
<updated>2012-08-05T08:44:48+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-05T08:44:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=f4b46cbdddb307d27b4cf642f01f78b75bbf0001'/>
<id>f4b46cbdddb307d27b4cf642f01f78b75bbf0001</id>
<content type='text'>
of type 'foo[0]' returns not a &lt;cdata 'foo[0]'&gt;, but a &lt;cdata 'foo *'&gt;.
This is a bit of a special-case, but more consistent with what we
can do with the cdata.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
of type 'foo[0]' returns not a &lt;cdata 'foo[0]'&gt;, but a &lt;cdata 'foo *'&gt;.
This is a bit of a special-case, but more consistent with what we
can do with the cdata.
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround: allow out-of-bound array indexes if the array is 'type[0]'.</title>
<updated>2012-08-05T07:44:09+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-05T07:44:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=1564dcf454c50bb088248de8fb52eb48dd376feb'/>
<id>1564dcf454c50bb088248de8fb52eb48dd376feb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a skipped test</title>
<updated>2012-08-05T07:23:10+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-05T07:23:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=99df488b7d502288ddc2561ede1c034129a57961'/>
<id>99df488b7d502288ddc2561ede1c034129a57961</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>As discussed on the mailing list: str() -&gt; ffi.string()</title>
<updated>2012-08-03T14:24:06+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-08-03T14:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=69e5cacd5f0201ef811f0278df7cb8c22a7ea65d'/>
<id>69e5cacd5f0201ef811f0278df7cb8c22a7ea65d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Found out how to properly generalize the "pass a Python string as</title>
<updated>2012-07-30T13:05:02+00:00</updated>
<author>
<name>Armin Rigo</name>
<email>arigo@tunes.org</email>
</author>
<published>2012-07-30T13:05:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cffi.git/commit/?id=7cf7b4313ec715e760bba08185d47b071f4e3b91'/>
<id>7cf7b4313ec715e760bba08185d47b071f4e3b91</id>
<content type='text'>
a 'char *' argument to a function call".  It has the nice effect
that the documented example can be simplified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a 'char *' argument to a function call".  It has the nice effect
that the documented example can be simplified.
</pre>
</div>
</content>
</entry>
</feed>
