]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22079: Py3k warning now is issued in PyType_Ready() instead of
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 22 Mar 2015 07:45:35 +0000 (09:45 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 22 Mar 2015 07:45:35 +0000 (09:45 +0200)
commitce16424b0bb430568c95691cb0439d28152e58bf
treeb7cb20bac746fc6511beb7f6331c7536e7bca9aa
parent9f696c9809cb1c9d6f4b8d2cd43dcf866825f4e3
Issue #22079: Py3k warning now is issued in  PyType_Ready() instead of
raising TypeError when statically allocated type subclasses dynamically
allocated type
Objects/typeobject.c