diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ What's New in Python 3.4.0 Alpha 1? Core and Builtins ----------------- +- Issue #17931: Fix PyLong_FromPid() on Windows 64-bit: processes are + identified by their HANDLE which is a pointer (and not a long, which is + smaller). + - Tweak the exception message when the magic number or size value in a bytecode file is truncated. |