<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Objects/typeobject.c, branch 3.4</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>[3.4] bpo-26617: Ensure gc tracking is off when invoking weakref callbacks. (#2695)</title>
<updated>2017-07-22T19:07:10+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-07-22T19:07:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=34fae03cd6c9e304e02c571b3bf9e8df0cfe76be'/>
<id>34fae03cd6c9e304e02c571b3bf9e8df0cfe76be</id>
<content type='text'>
* [3.4] bpo-26617: Ensure gc tracking is off when invoking weakref callbacks.
(cherry picked from commit 8f657c35b978b681e6e919f08358992e1aed7dc1)

* Rewrite a NEWS entry as a NEWS.d entry.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* [3.4] bpo-26617: Ensure gc tracking is off when invoking weakref callbacks.
(cherry picked from commit 8f657c35b978b681e6e919f08358992e1aed7dc1)

* Rewrite a NEWS entry as a NEWS.d entry.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside</title>
<updated>2015-11-25T16:33:29+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-11-25T16:33:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d28bb624d120466ba5ebdf5063286b2f309283ab'/>
<id>d28bb624d120466ba5ebdf5063286b2f309283ab</id>
<content type='text'>
__getattr__.  Original patch by Antoine Pitrou.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
__getattr__.  Original patch by Antoine Pitrou.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now</title>
<updated>2015-11-12T09:23:04+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-11-12T09:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d7a441559921804a5a6141c3ec42f896f8f3b010'/>
<id>d7a441559921804a5a6141c3ec42f896f8f3b010</id>
<content type='text'>
rejects builtin types with not defined __new__.
Added tests for non-pickleable types.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rejects builtin types with not defined __new__.
Added tests for non-pickleable types.
</pre>
</div>
</content>
</entry>
<entry>
<title>Various minor typos in documentation and comments</title>
<updated>2015-10-07T10:26:23+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2015-10-07T10:26:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9955a373a8ae5a3ac9108afc436199277fdedff7'/>
<id>9955a373a8ae5a3ac9108afc436199277fdedff7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>prevent unacceptable bases from becoming bases through multiple inheritance (#24806)</title>
<updated>2015-10-07T02:36:54+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-10-07T02:36:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=bd6c41a185ad4a2db9ad693a79496429e2f8d7ee'/>
<id>bd6c41a185ad4a2db9ad693a79496429e2f8d7ee</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:39+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-06-10T21:06:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d741a880497b8458ef068c111caa64546166e3ff'/>
<id>d741a880497b8458ef068c111caa64546166e3ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #22079: Deprecation warning now is issued in  PyType_Ready() instead of</title>
<updated>2015-03-22T07:46:36+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2015-03-22T07:46:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d357b89f0bf3de2957e93ea5aa6ead5e50d30930'/>
<id>d357b89f0bf3de2957e93ea5aa6ead5e50d30930</id>
<content type='text'>
raising TypeError when statically allocated type subclasses dynamically
allocated type
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
raising TypeError when statically allocated type subclasses dynamically
allocated type
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects.</title>
<updated>2015-03-10T21:32:00+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>solipsis@pitrou.net</email>
</author>
<published>2015-03-10T21:32:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a654510150cb738b61033c32e30bd4be9f0ed6ed'/>
<id>a654510150cb738b61033c32e30bd4be9f0ed6ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix definition mismatch for type_is_subtype_base_chain.</title>
<updated>2015-02-06T16:50:23+00:00</updated>
<author>
<name>Steve Dower</name>
<email>steve.dower@microsoft.com</email>
</author>
<published>2015-02-06T16:50:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=b4e20bb5882b88c6cdd06e0779d8971c0f9b2082'/>
<id>b4e20bb5882b88c6cdd06e0779d8971c0f9b2082</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix many custom mro() edge cases and improve code quality (#22735)</title>
<updated>2015-02-06T03:29:14+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2015-02-06T03:29:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=104b9e0ccac493b77ea051cafdf2e02edf2ccfd3'/>
<id>104b9e0ccac493b77ea051cafdf2e02edf2ccfd3</id>
<content type='text'>
Patch by Eldar Abusalimov.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Eldar Abusalimov.
</pre>
</div>
</content>
</entry>
</feed>
