[pypy-issue] [issue808] Pypy throws exception when typecasting array whereas CPython doesn't

Armin Rigo tracker at bugs.pypy.org
Tue Aug 16 14:19:02 CEST 2011


Armin Rigo <armin.rigo at gmail.com> added the comment:

A bit obscure, as on CPython you get the exception "can only extend with array
of same kind" if you are trying "a.extend(b)".  Fixed in f277de1c5fcd.

----------
nosy: +arigo
status: chatting -> resolved

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue808>
________________________________________


More information about the pypy-issue mailing list