Message1214

Author leosoto
Recipients
Date 2007-09-02.18:33:40
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The problem is triggered by the CPython 2.3 sre_compile.py, which calls array.array using the 'H' and 'I' typecodes, not supported by Jython's array module.

It also affects Django, which uses exactly the same pattern described above.
History
Date User Action Args
2008-02-20 17:17:32adminlinkissue1544953 messages
2008-02-20 17:17:32admincreate