<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cython.git/Cython/Utility/ModuleSetupCode.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>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>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>Work around missing Cygwin truncl.</title>
<updated>2016-05-17T22:21:30+00:00</updated>
<author>
<name>Robert Bradshaw</name>
<email>robertwb@gmail.com</email>
</author>
<published>2016-05-17T22:21:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=46d3efc4ff9123c73889bcb54b2b200d6be39ff4'/>
<id>46d3efc4ff9123c73889bcb54b2b200d6be39ff4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid code duplication in utility function by using macros</title>
<updated>2016-04-22T06:32:43+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-04-22T06:28:22+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=a2a7267c7715ae727d6c1adb6e5d556e9f5ef6ae'/>
<id>a2a7267c7715ae727d6c1adb6e5d556e9f5ef6ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add fallback implementation for PyByteArray_Check() in PyPy</title>
<updated>2016-04-06T06:45:32+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-04-06T06:45:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=2a34dd231516beeffe0df003421c79982efc8487'/>
<id>2a34dd231516beeffe0df003421c79982efc8487</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>provide fallback implementation for PyObject_Format() in PyPy</title>
<updated>2016-03-28T15:15:30+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-03-28T15:15:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=7441a409bb8573703dfae3c8920d84ff1e6686a6'/>
<id>7441a409bb8573703dfae3c8920d84ff1e6686a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>F strings (PEP 498)</title>
<updated>2016-03-25T05:05:50+00:00</updated>
<author>
<name>Robert Bradshaw</name>
<email>robertwb@gmail.com</email>
</author>
<published>2016-03-25T05:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=fe3a65f7ef44567b4474db3c5d894a580d09e975'/>
<id>fe3a65f7ef44567b4474db3c5d894a580d09e975</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
