]> granicus.if.org Git - python/commit
Issue #22079: Deprecation warning now is issued in PyType_Ready() instead of
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 22 Mar 2015 07:46:36 +0000 (09:46 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 22 Mar 2015 07:46:36 +0000 (09:46 +0200)
commitd357b89f0bf3de2957e93ea5aa6ead5e50d30930
treeb4d622a8e0060d527dc6a576bad7f1496319e0da
parent52027c301a0b3675bb5db23d33eede3f6b19395f
Issue #22079: Deprecation warning now is issued in  PyType_Ready() instead of
raising TypeError when statically allocated type subclasses dynamically
allocated type
Objects/typeobject.c