<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Lib/test/crashers, branch refactor-lambda-parameters</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/'/>
<entry>
<title>Issue #19936: Added executable bits or shebang lines to Python scripts which</title>
<updated>2014-01-16T15:15:49+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2014-01-16T15:15:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=b992a0e102c1dcc8d038983755f792c2f65a233f'/>
<id>b992a0e102c1dcc8d038983755f792c2f65a233f</id>
<content type='text'>
requires them.  Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface.  Fixed
shebang line to use python3 executable in the unittestgui script.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
requires them.  Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface.  Fixed
shebang line to use python3 executable in the unittestgui script.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #6717 crasher from 3.2</title>
<updated>2012-11-05T11:32:11+00:00</updated>
<author>
<name>Nick Coghlan</name>
<email>ncoghlan@gmail.com</email>
</author>
<published>2012-11-05T11:32:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=1de70b52a4cee0acb9b0d972c16bfc247e3f8906'/>
<id>1de70b52a4cee0acb9b0d972c16bfc247e3f8906</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Record a known crasher from #6717</title>
<updated>2012-11-05T11:26:57+00:00</updated>
<author>
<name>Nick Coghlan</name>
<email>ncoghlan@gmail.com</email>
</author>
<published>2012-11-05T11:26:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=692b023f7763ccc73f5459f812717f0c627188fd'/>
<id>692b023f7763ccc73f5459f812717f0c627188fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The migration to importlib eliminated this crasher</title>
<updated>2012-11-05T10:40:25+00:00</updated>
<author>
<name>Nick Coghlan</name>
<email>ncoghlan@gmail.com</email>
</author>
<published>2012-11-05T10:40:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=32dd36bdceb32d72b5c4e19f9fab9953a7d041ef'/>
<id>32dd36bdceb32d72b5c4e19f9fab9953a7d041ef</id>
<content type='text'>
If anyone finds another recursive C path that bypasses the recursion
limiting, they can add a new crasher example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If anyone finds another recursive C path that bypasses the recursion
limiting, they can add a new crasher example.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #5765: Apply a hard recursion limit in the compiler</title>
<updated>2012-11-04T13:14:34+00:00</updated>
<author>
<name>Nick Coghlan</name>
<email>ncoghlan@gmail.com</email>
</author>
<published>2012-11-04T13:14:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=aab9c2b2ead7b786947c367a9cc5d9c921b9ea99'/>
<id>aab9c2b2ead7b786947c367a9cc5d9c921b9ea99</id>
<content type='text'>
Previously, excessive nesting in expressions would blow the
stack and segfault the interpreter. Now, a hard limit based
on the configured recursion limit and a hardcoded scaling
factor is applied.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, excessive nesting in expressions would blow the
stack and segfault the interpreter. Now, a hard limit based
on the configured recursion limit and a hardcoded scaling
factor is applied.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #14231: Lib/test/crashers/borrowed_ref_1.py was fixed by ba6376dff6c4.</title>
<updated>2012-03-09T12:59:42+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>vstinner@wyplay.com</email>
</author>
<published>2012-03-09T12:59:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=63ed5664a1482539d073a6567b761134b6708700'/>
<id>63ed5664a1482539d073a6567b761134b6708700</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #14211: Oops, I removed the wrong file :-)</title>
<updated>2012-03-08T23:52:07+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2012-03-08T23:52:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=40c9565bcc42eef2cf72ae23056992227f15cacc'/>
<id>40c9565bcc42eef2cf72ae23056992227f15cacc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #14211: _PyObject_GenericSetAttrWithDict() keeps a strong reference to</title>
<updated>2012-03-08T23:44:13+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2012-03-08T23:44:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=2d01dc00bc4ca3eb0cf1cc1ee44859a4eaf165d9'/>
<id>2d01dc00bc4ca3eb0cf1cc1ee44859a4eaf165d9</id>
<content type='text'>
the descriptor because it may be destroyed before being used, destroyed during
the update of the dict for example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the descriptor because it may be destroyed before being used, destroyed during
the update of the dict for example.
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #14199: _PyType_Lookup() and super_getattro() keep a strong reference to</title>
<updated>2012-03-08T23:39:08+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2012-03-08T23:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=d74782b0ac7dc5c7b8b7ca575829f2f33af66684'/>
<id>d74782b0ac7dc5c7b8b7ca575829f2f33af66684</id>
<content type='text'>
the type MRO to avoid a crash if the MRO is changed during the lookup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the type MRO to avoid a crash if the MRO is changed during the lookup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Close #14205: dict lookup raises a RuntimeError if the dict is modified during</title>
<updated>2012-03-06T00:03:13+00:00</updated>
<author>
<name>Victor Stinner</name>
<email>victor.stinner@gmail.com</email>
</author>
<published>2012-03-06T00:03:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/cpython-git.git/commit/?id=198b291df7ae66d507849d92ddb6588a630fb71c'/>
<id>198b291df7ae66d507849d92ddb6588a630fb71c</id>
<content type='text'>
a lookup.

"if you want to make a sandbox on top of CPython, you have to fix segfaults"
so let's fix segfaults!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a lookup.

"if you want to make a sandbox on top of CPython, you have to fix segfaults"
so let's fix segfaults!
</pre>
</div>
</content>
</entry>
</feed>
