diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-13 12:27:33 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-04-13 12:27:33 (GMT) |
commit | 3d7497608ba8dd0b82d69944f484febdad7dc507 (patch) | |
tree | e99465f79d61aa0aa75b9ccc062fbe5f8902e9e2 /Misc/NEWS | |
parent | a3c532b0ed888ae5b7287f1484c311be9d324d70 (diff) | |
download | cpython-3d7497608ba8dd0b82d69944f484febdad7dc507.zip cpython-3d7497608ba8dd0b82d69944f484febdad7dc507.tar.gz cpython-3d7497608ba8dd0b82d69944f484febdad7dc507.tar.bz2 |
Issue #26718: super.__init__ no longer leaks memory if called multiple times.
NOTE: A direct call of super.__init__ is not endorsed!
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Release date: tba Core and Builtins ----------------- +- Issue #26718: super.__init__ no longer leaks memory if called multiple times. + NOTE: A direct call of super.__init__ is not endorsed! + - Issue #25339: PYTHONIOENCODING now has priority over locale in setting the error handler for stdin and stdout. |