<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Objects/object.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-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493)</title>
<updated>2018-02-02T14:29:02+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-02-02T14:29:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b7a2c17be8411bc4c7a2babdc650074c14204aa8'/>
<id>b7a2c17be8411bc4c7a2babdc650074c14204aa8</id>
<content type='text'>
instead of crashing due to a stack overflow.

This perhaps will fix similar problems in other extension types.
(cherry picked from commit 1fb72d2ad243c965d4432b4e93884064001a2607)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead of crashing due to a stack overflow.

This perhaps will fix similar problems in other extension types.
(cherry picked from commit 1fb72d2ad243c965d4432b4e93884064001a2607)
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27125: Fix various errors like “will [be] inherited”</title>
<updated>2016-05-29T08:13:58+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2016-05-29T08:13:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b44c4520d965788aa6d24edab36d89103b0a1aea'/>
<id>b44c4520d965788aa6d24edab36d89103b0a1aea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle.</title>
<updated>2013-12-01T01:43:42+00:00</updated>
<author>
<name>Alexandre Vassalotti</name>
<email>alexandre@peadrop.com</email>
</author>
<published>2013-12-01T01:43:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=df9460f8dcbbe802614350c37a4a478148841c14'/>
<id>df9460f8dcbbe802614350c37a4a478148841c14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #6477: Added pickling support for singletons and their types.</title>
<updated>2013-12-01T00:52:03+00:00</updated>
<author>
<name>Alexandre Vassalotti</name>
<email>alexandre@peadrop.com</email>
</author>
<published>2013-12-01T00:52:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a2934280e56dfca6ec74a6ce8392b5496592ab93'/>
<id>a2934280e56dfca6ec74a6ce8392b5496592ab93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ensure the attribute name string is initalized before using it (closes #16839)</title>
<updated>2013-01-02T15:36:23+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2013-01-02T15:36:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6b3f8d375b9e55727f5a3f62d2bf6204ab8b350a'/>
<id>6b3f8d375b9e55727f5a3f62d2bf6204ab8b350a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initialize more global type objects (closes #16369)</title>
<updated>2012-10-31T03:21:10+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2012-10-31T03:21:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6da3ed63d83375f183fa94cbf7c55acea128e088'/>
<id>6da3ed63d83375f183fa94cbf7c55acea128e088</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #13992: The trashcan mechanism is now thread-safe.  This eliminates</title>
<updated>2012-09-05T22:59:49+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2012-09-05T22:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=58098a77e62ec3ae40180eb36672d44a337121db'/>
<id>58098a77e62ec3ae40180eb36672d44a337121db</id>
<content type='text'>
sporadic crashes in multi-thread programs when several long deallocator
chains ran concurrently and involved subclasses of built-in container
types.

Because of this change, a couple extension modules compiled for 2.7.4
(those which use the trashcan mechanism, despite it being undocumented)
will not be loadable by 2.7.3 and earlier. However, extension modules
compiled for 2.7.3 and earlier will be loadable by 2.7.4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
sporadic crashes in multi-thread programs when several long deallocator
chains ran concurrently and involved subclasses of built-in container
types.

Because of this change, a couple extension modules compiled for 2.7.4
(those which use the trashcan mechanism, despite it being undocumented)
will not be loadable by 2.7.3 and earlier. However, extension modules
compiled for 2.7.3 and earlier will be loadable by 2.7.4.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #8767: Restore building with --disable-unicode.</title>
<updated>2012-05-20T08:42:17+00:00</updated>
<author>
<name>Martin v. Löwis</name>
<email>martin@v.loewis.de</email>
</author>
<published>2012-05-20T08:42:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ed11a5d018e3fc234d7126832756a15c1af67d22'/>
<id>ed11a5d018e3fc234d7126832756a15c1af67d22</id>
<content type='text'>
Original patch by Stefano Taschini.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Original patch by Stefano Taschini.
</pre>
</div>
</content>
</entry>
<entry>
<title>merge 2.6 with hash randomization fix</title>
<updated>2012-02-21T02:44:56+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2012-02-21T02:44:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=aee9dfba4a9230f2832dd69d67e92f8e0490a163'/>
<id>aee9dfba4a9230f2832dd69d67e92f8e0490a163</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED</title>
<updated>2012-02-21T01:42:21+00:00</updated>
<author>
<name>Barry Warsaw</name>
<email>barry@python.org</email>
</author>
<published>2012-02-21T01:42:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1e13eb084f72d5993cbb726e45b36bdb69c83a24'/>
<id>1e13eb084f72d5993cbb726e45b36bdb69c83a24</id>
<content type='text'>
  environment variable, to provide an opt-in way to protect against denial of
  service attacks due to hash collisions within the dict and set types.  Patch
  by David Malcolm, based on work by Victor Stinner.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  environment variable, to provide an opt-in way to protect against denial of
  service attacks due to hash collisions within the dict and set types.  Patch
  by David Malcolm, based on work by Victor Stinner.
</pre>
</div>
</content>
</entry>
</feed>
