<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cython.git/Cython/Utility/Coroutine.c, branch fixed_code_objects</title>
<subtitle>github.com: cython/cython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/'/>
<entry>
<title>guard the usage of the new PEP 492 async type slots by an explicit feature macro</title>
<updated>2016-07-31T06:16:20+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-07-31T06:16:20+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=5e7c718a7d2200c286e00c04e9f6c55a13dcab9e'/>
<id>5e7c718a7d2200c286e00c04e9f6c55a13dcab9e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>replace generic "COMPILING_IN_*" C macros with feature specific guards that allow a more fine-grained adaptation to C-API implementations</title>
<updated>2016-07-30T21:38:43+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-07-30T21:26:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=71de578aecc9772625be8922919a567f8808d594'/>
<id>71de578aecc9772625be8922919a567f8808d594</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>streamline FetchStopIterationValue()</title>
<updated>2016-07-28T20:49:18+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-07-28T20:10:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=f862ea6ad15adb228a5fc8cc4a8b15478e82cdf2'/>
<id>f862ea6ad15adb228a5fc8cc4a8b15478e82cdf2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move slow code out of the way</title>
<updated>2016-07-28T20:49:18+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-07-28T19:11:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=5773ba74864778232b94def914c661ce39e8fbfa'/>
<id>5773ba74864778232b94def914c661ce39e8fbfa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>speed up FetchStopIterationValue() by moving slow code out of the way</title>
<updated>2016-07-28T20:49:18+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-07-28T19:01:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=6bb38bc6a9175baf24a63578cfc43adf72585bad'/>
<id>6bb38bc6a9175baf24a63578cfc43adf72585bad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use correct (and originally intended) optimisation in CPython instead of *disabling* it in CPython</title>
<updated>2016-07-28T20:49:18+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-07-28T18:59:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=2cff320fbcb2a4d37e9a19dcfccd2bf39774214f'/>
<id>2cff320fbcb2a4d37e9a19dcfccd2bf39774214f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>speed up delegation of generators and coroutines a little by avoiding an indirect C call in favour of a directly visible recursive call</title>
<updated>2016-07-28T20:49:18+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-07-24T21:04:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=7ca531c4f24e87794b07876b244b10db348ef367'/>
<id>7ca531c4f24e87794b07876b244b10db348ef367</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>follow PEP492 change in Py3.5.2 that makes __aiter__() a simple function instead of an async function</title>
<updated>2016-06-11T20:05:11+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-06-11T20:05:11+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=0016d14d40ce71f4c3776b57e94b06050df78452'/>
<id>0016d14d40ce71f4c3776b57e94b06050df78452</id>
<content type='text'>
See https://bugs.python.org/issue27243
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://bugs.python.org/issue27243
</pre>
</div>
</content>
</entry>
<entry>
<title>add "__module__" attribute to coroutines and generators</title>
<updated>2016-05-16T08:40:38+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-05-16T08:40:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=c975662204754a42963ba5b293e3983937615056'/>
<id>c975662204754a42963ba5b293e3983937615056</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '0.23.x'</title>
<updated>2016-02-12T10:01:53+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-02-12T10:01:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=137c064f3b28d4bb59d05a9751f60623f2fc9387'/>
<id>137c064f3b28d4bb59d05a9751f60623f2fc9387</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
