commit | 930c3c9e43dee8ad65f33d167b0c511cd22f6334 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Sep 05 00:26:15 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Sep 05 00:26:15 2013 +0200 |
tree | 192215310b63ef4416e5b44ccb96eca9db2ffe70 | |
parent | 213fec4bff53e24626172a9963e4e90d62a3e082 [diff] [blame] |
Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast 64-bit pointer to long (32 bits).
diff --git a/Misc/NEWS b/Misc/NEWS index 7ef400e..14201ca 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,9 @@ Library ------- +- Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast + 64-bit pointer to long (32 bits). + - Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened. Patch by Erik Bray.