summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRichard Oudkerk <shibturn@gmail.com>2013-04-17 20:16:52 (GMT)
committerRichard Oudkerk <shibturn@gmail.com>2013-04-17 20:16:52 (GMT)
commit0471ac3d80cb9acdfc82b053145477f5f1e7c6f1 (patch)
tree13f4d83ad674abf729dc4c01e7183c2b92aac1a2 /Misc
parent409c31390f839debb2f05cef691e8b59e52bd524 (diff)
parentcf8a1e51ece7cad7096963927993ddfa738627e6 (diff)
downloadcpython-0471ac3d80cb9acdfc82b053145477f5f1e7c6f1.zip
cpython-0471ac3d80cb9acdfc82b053145477f5f1e7c6f1.tar.gz
cpython-0471ac3d80cb9acdfc82b053145477f5f1e7c6f1.tar.bz2
Merge.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5a8c0b9..de1bd88 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.3.2?
Core and Builtins
-----------------
+- Issue #17782: Fix undefined behaviour on platforms where
+ ``struct timespec``'s "tv_nsec" member is not a C long.
+
- Issue #17715: Fix segmentation fault from raising an exception in a __trunc__
method.