commit | 8856fb750b3417fc4770ad70cce56b4aad61c225 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sun Dec 18 03:34:22 2005 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sun Dec 18 03:34:22 2005 +0000 |
tree | 76d2a3c73215958c035da7fb01ec21bfab86c1c6 | |
parent | 84456bdab35ea8a4c75eeaee6f3320c8c4280007 [diff] [blame] |
SF Patch #1365916, mmap fails on AMD64 Fix some 64-bit issues due to mismatch format characters w/actual data types
diff --git a/Misc/NEWS b/Misc/NEWS index d4aaa74..8b79fb6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -197,6 +197,8 @@ Extension Modules ----------------- +- Patch #1365916: fix some unsafe 64-bit mmap methods. + - Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn build problem on AIX.