diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-08-19 14:03:42 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-08-19 14:03:42 (GMT) |
commit | cbee972e358f2adc7399ccdf2b5a34b9229285ce (patch) | |
tree | 9ac879bf5867694ba0a7ed873a4071fd0f082332 /Misc | |
parent | ede745a7edb9ada7fba7cee07d60f2a8ee9d924f (diff) | |
download | cpython-cbee972e358f2adc7399ccdf2b5a34b9229285ce.zip cpython-cbee972e358f2adc7399ccdf2b5a34b9229285ce.tar.gz cpython-cbee972e358f2adc7399ccdf2b5a34b9229285ce.tar.bz2 |
Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ Core and Builtins Library ------- +- Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows. + - Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter. - Issue #21448: Changed FeedParser feed() to avoid O(N**2) behavior when |