diff options
author | Meador Inge <meadori@gmail.com> | 2011-09-21 00:55:51 (GMT) |
---|---|---|
committer | Meador Inge <meadori@gmail.com> | 2011-09-21 00:55:51 (GMT) |
commit | 1c9f0c93ad26033aed79677fa0504af5a3cf0bbf (patch) | |
tree | 4fe6a5731001f84dec30ac34850459d24fa0a0fc /Misc/NEWS | |
parent | 4ad6ed7d4dd79bed50b8f4d0bdbfa7af161e7294 (diff) | |
download | cpython-1c9f0c93ad26033aed79677fa0504af5a3cf0bbf.zip cpython-1c9f0c93ad26033aed79677fa0504af5a3cf0bbf.tar.gz cpython-1c9f0c93ad26033aed79677fa0504af5a3cf0bbf.tar.bz2 |
Issue #1172711: Add 'long long' support to the array module.
Initial patch by Oren Tirosh and Hirokazu Yamamoto.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1287,6 +1287,9 @@ Tools/Demos Extension Modules ----------------- +- Issue #1172711: Add 'long long' support to the array module. + Initial patch by Oren Tirosh and Hirokazu Yamamoto. + - Issue #12483: ctypes: Fix a crash when the destruction of a callback object triggers the garbage collector. |