commit | 1c9f0c93ad26033aed79677fa0504af5a3cf0bbf | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@gmail.com> | Tue Sep 20 19:55:51 2011 -0500 |
committer | Meador Inge <meadori@gmail.com> | Tue Sep 20 19:55:51 2011 -0500 |
tree | 4fe6a5731001f84dec30ac34850459d24fa0a0fc | |
parent | 4ad6ed7d4dd79bed50b8f4d0bdbfa7af161e7294 [diff] [blame] |
Issue #1172711: Add 'long long' support to the array module. Initial patch by Oren Tirosh and Hirokazu Yamamoto.
diff --git a/Misc/NEWS b/Misc/NEWS index 567e492..7b3cbd7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1287,6 +1287,9 @@ 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.