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