<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Modules/itertoolsmodule.c, branch zooba-patch-1</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>[2.7] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557). (#3772)</title>
<updated>2017-09-26T20:15:36+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-09-26T20:15:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d0b9dc33676bdad217d5074954c1b37d4ca54a10'/>
<id>d0b9dc33676bdad217d5074954c1b37d4ca54a10</id>
<content type='text'>
(cherry picked from commit c740e4fe8a9bc5815dc18c38d7f7600b128c3c51)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit c740e4fe8a9bc5815dc18c38d7f7600b128c3c51)</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#913)</title>
<updated>2017-03-30T19:49:22+00:00</updated>
<author>
<name>T. Wouters</name>
<email>thomas@python.org</email>
</author>
<published>2017-03-30T19:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d694a06206fc09b76b4507aacde5e69a248f434f'/>
<id>d694a06206fc09b76b4507aacde5e69a248f434f</id>
<content type='text'>
Fix the use of recursion in itertools.chain.from_iterable. Using recursion
is unnecessary, and can easily cause stack overflows, especially when
building in low optimization modes or with Py_DEBUG enabled.
(cherry picked from commit 5466d4af5fe76ec0a5fbc8a05675287d9e8e9d14)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the use of recursion in itertools.chain.from_iterable. Using recursion
is unnecessary, and can easily cause stack overflows, especially when
building in low optimization modes or with Py_DEBUG enabled.
(cherry picked from commit 5466d4af5fe76ec0a5fbc8a05675287d9e8e9d14)</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27626: Spelling fixes in docs, comments and internal names</title>
<updated>2016-07-28T01:11:04+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2016-07-28T01:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a850ef698e55d07173051747e96207496c6f1bdb'/>
<id>a850ef698e55d07173051747e96207496c6f1bdb</id>
<content type='text'>
Based on patch by Ville Skyttä.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patch by Ville Skyttä.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF</title>
<updated>2016-04-10T15:05:12+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-04-10T15:05:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=763a61ca954a1c5a1b56411dd5e57a7d58afff75'/>
<id>763a61ca954a1c5a1b56411dd5e57a7d58afff75</id>
<content type='text'>
in places where Py_DECREF was used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in places where Py_DECREF was used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22570: Renamed Py_SETREF to Py_XSETREF.</title>
<updated>2016-04-06T06:51:18+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-04-06T06:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bc62af1bbe118aa678cb6fa4ecad40f7250b56de'/>
<id>bc62af1bbe118aa678cb6fa4ecad40f7250b56de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove some copyright notices supserseded by the toplevel ones</title>
<updated>2016-01-01T17:53:47+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2016-01-01T17:53:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f30bad284b0949c4aa03d9e0c9b631732092d991'/>
<id>f30bad284b0949c4aa03d9e0c9b631732092d991</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #20440: Massive replacing unsafe attribute setting code with special</title>
<updated>2015-12-24T08:35:35+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-12-24T08:35:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5951f2300f43d75d344d542e171daed47a0382a6'/>
<id>5951f2300f43d75d344d542e171daed47a0382a6</id>
<content type='text'>
macro Py_SETREF.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
macro Py_SETREF.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25523: Backported a-to-an corrections.</title>
<updated>2015-11-02T13:06:09+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-11-02T13:06:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=c72e66a0489ee53aaf89c677c5b709d30b359532'/>
<id>c72e66a0489ee53aaf89c677c5b709d30b359532</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed indentation of Python examples in C comments.</title>
<updated>2015-06-10T21:06:27+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-06-10T21:06:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f0aa88f6e856710c4cf5bdb23a81817a841c4553'/>
<id>f0aa88f6e856710c4cf5bdb23a81817a841c4553</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests.</title>
<updated>2015-02-02T23:34:09+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-02-02T23:34:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=42aa9c078a28f54fd30bf3a9feb3176e42049ca4'/>
<id>42aa9c078a28f54fd30bf3a9feb3176e42049ca4</id>
<content type='text'>
Used PyMem_New to check overflow.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Used PyMem_New to check overflow.
</pre>
</div>
</content>
</entry>
</feed>
