]> 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 09:03:33 +0000 (11:03 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 28 Jan 2015 09:03:33 +0000 (11:03 +0200)
commite09bcc874a21ce351a7fe73b9a137e236550d03c
tree8db3467cbc8fec6df15e1868d2557afecbd9569b
parentdb071640537f620a562be1b797ceccae25f436a9
Issue #22079: PyType_Ready() now checks that statically allocated type has
no dynamically allocated bases.
Misc/NEWS
Objects/typeobject.c