cy99 / shedskin

Automatically exported from code.google.com/p/shedskin
0 stars 0 forks source link

Support array module #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Python's array module (http://docs.python.org/library/array.html) can probably 
be implemented as an STL vector of the required type (char, unsigned char, 
int16_t, uint16_t, etc.)

Original issue reported on code.google.com by zeev.tar...@gmail.com on 14 Jun 2010 at 9:57

GoogleCodeExporter commented 9 years ago
thanks! yeah, it shouldn't be that hard to support. the main problem would be 
to 'help' type inference a little bit (see also the issue about the 'struct' 
module).

Original comment by mark.duf...@gmail.com on 15 Jun 2010 at 10:07

GoogleCodeExporter commented 9 years ago

Original comment by mark.duf...@gmail.com on 13 Jul 2010 at 4:51

GoogleCodeExporter commented 9 years ago

Original comment by mark.duf...@gmail.com on 5 Oct 2010 at 2:05

GoogleCodeExporter commented 9 years ago
I moved all standard library related issues into issue 106.

Original comment by mark.duf...@gmail.com on 27 Oct 2010 at 1:05