diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2012-06-23 21:20:45 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2012-06-23 21:20:45 (GMT) |
commit | 9c56409d3353b8cd4cfc19e0467bbe23fd34fc92 (patch) | |
tree | b4f9a6a7e8352479da1d36b9554c82011fa4839f /Misc | |
parent | 110ee34e4179727d2c8bf56cb655a89c561c30e0 (diff) | |
download | cpython-9c56409d3353b8cd4cfc19e0467bbe23fd34fc92.zip cpython-9c56409d3353b8cd4cfc19e0467bbe23fd34fc92.tar.gz cpython-9c56409d3353b8cd4cfc19e0467bbe23fd34fc92.tar.bz2 |
Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.3.0 Beta 1? Core and Builtins ----------------- +- Issue #15146: Add PyType_FromSpecWithBases. Patch by Robin Schreiber. + - Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec(). |