summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ce7a248..a7e76f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.