<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cython.git/Cython/Utility, 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>fold CYTHON_USE_PYLONG_INTERNALS feature macro into the same initialisation section as the others</title>
<updated>2016-07-31T07:30:31+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-07-31T07:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=f121eebde46e487d29dc2c22b4809e37c577e4cc'/>
<id>f121eebde46e487d29dc2c22b4809e37c577e4cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use new macro in two more places</title>
<updated>2016-07-31T07:22:03+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-07-31T07:22:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=602198567bd7fbef8f0f25ef080c8f3dcfaa14d6'/>
<id>602198567bd7fbef8f0f25ef080c8f3dcfaa14d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add macro indirections that apparently help making pyston happier</title>
<updated>2016-07-31T07:16:01+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-07-31T07:10:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=9a3f96e8109ae0c00c763a4878e871b9d0d06e59'/>
<id>9a3f96e8109ae0c00c763a4878e871b9d0d06e59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>make new feature-specific guards overridable by user #defines in CPython to allow switching them on and off for testing/debugging/benchmarking</title>
<updated>2016-07-30T21:49:46+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-07-30T21:49:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=f136cbb5166f873e1f6644be325a89e96dd2163b'/>
<id>f136cbb5166f873e1f6644be325a89e96dd2163b</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>
</feed>
