]> granicus.if.org Git - python/commit
Issue #22079: PyType_Ready() now checks that statically allocated type has
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 28 Jan 2015 08:52:49 +0000 (10:52 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 28 Jan 2015 08:52:49 +0000 (10:52 +0200)
commit4c54387f11d8c38d3bf59f547ab72b78354ad5de
treeefedf4c583d8404bcd09ad45ccc4496134814d96
parent9e74fc3ee2d3bb2a37bd79855dce78191a00142e
Issue #22079: PyType_Ready() now checks that statically allocated type has
no dynamically allocated bases.
Misc/NEWS
Objects/typeobject.c