[issue1172711] long long support for array module

Meador Inge report at bugs.python.org
Tue Aug 24 15:09:49 CEST 2010


Meador Inge <meadori at gmail.com> added the comment:

Overall the patch looks good.  I don't think it is an extremely important feature, but similar support is already available in other places (e.g. 'struct', 'ctypes').

Here is a patch updated for py3k with some minor additions:

   (1) Fixed some doc inconsistencies.
   (2) Added pickling support for the new type codes.  The special
       pickling support looks only to be in py3k.

(2) needs unit tests if possible.  If anyone has any good ideas on how to test, then I would be happy to implement the tests.

----------
stage: unit test needed -> patch review
Added file: http://bugs.python.org/file18627/issue-1172711.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1172711>
_______________________________________


More information about the Python-bugs-list mailing list