summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Golden <mail@timgolden.me.uk>2013-10-27 20:04:12 (GMT)
committerTim Golden <mail@timgolden.me.uk>2013-10-27 20:04:12 (GMT)
commitbb4b0aa51bc361188ffeee55ee49c7878c067903 (patch)
treee9ee27abfbe8093c936be8bd54978949ba8f5bac /Misc
parent6d09f09d8b4f6e45f4b96145bc75500f590de834 (diff)
downloadcpython-bb4b0aa51bc361188ffeee55ee49c7878c067903.zip
cpython-bb4b0aa51bc361188ffeee55ee49c7878c067903.tar.gz
cpython-bb4b0aa51bc361188ffeee55ee49c7878c067903.tar.bz2
Issue 15792 Correct build options on Win64. Patch by Jeremy Kloth.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 07aff2b..5524efa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -129,6 +129,8 @@ Build
- Issue #19356: Avoid using a C variabled named "_self", it's a reserved
word in some C compilers.
+- Issue #15792: Correct build options on Win64. Patch by Jeremy Kloth.
+
Tools/Demos
-----------