diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-18 03:34:22 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-18 03:34:22 (GMT) |
commit | 8856fb750b3417fc4770ad70cce56b4aad61c225 (patch) | |
tree | 76d2a3c73215958c035da7fb01ec21bfab86c1c6 /Misc/NEWS | |
parent | 84456bdab35ea8a4c75eeaee6f3320c8c4280007 (diff) | |
download | cpython-8856fb750b3417fc4770ad70cce56b4aad61c225.zip cpython-8856fb750b3417fc4770ad70cce56b4aad61c225.tar.gz cpython-8856fb750b3417fc4770ad70cce56b4aad61c225.tar.bz2 |
SF Patch #1365916, mmap fails on AMD64
Fix some 64-bit issues due to mismatch format characters w/actual data types
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -197,6 +197,8 @@ Core and builtins Extension Modules ----------------- +- Patch #1365916: fix some unsafe 64-bit mmap methods. + - Bug #1290333: Added a workaround for cjkcodecs' _codecs_cn build problem on AIX. |