commit | 4c54387f11d8c38d3bf59f547ab72b78354ad5de | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Jan 28 10:52:49 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Jan 28 10:52:49 2015 +0200 |
tree | efedf4c583d8404bcd09ad45ccc4496134814d96 | |
parent | 9e74fc3ee2d3bb2a37bd79855dce78191a00142e [diff] [blame] |
Issue #22079: PyType_Ready() now checks that statically allocated type has no dynamically allocated bases.
diff --git a/Misc/NEWS b/Misc/NEWS index c08951e..2256bf8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -117,6 +117,12 @@ - Issue #23212: Update 10.5 OS X installer build to use OpenSSL 1.0.1k. +C API +----- + +- Issue #22079: PyType_Ready() now checks that statically allocated type has + no dynamically allocated bases. + What's New in Python 2.7.9? ===========================