Re: [C++-sig] pygccxml and multidimensional arrays

2009-04-16 Thread Davidson, Josh
Sure. 1) Put the following into a file named mdim.h: #ifndef MDIM_H_ #define MDIM_H_ #include typedef struct { uint16_t a[4][2][3]; } blah; #endif 2) Put the following into a file named parse.py: #!/usr/bin/env python import os import sys from pygccxml import parser from pygccxml import

Re: [C++-sig] indexing suite and py++

2009-04-16 Thread MichaƂ Nowotka
2009/4/16 Roman Yakovenko : > ! test (deepcopy_tester.tester_t) - FAIL >I would like to see the error. Basically that test checks that >exception is raised in "copy.deepcopy" function. Here you are: 140736560794048 140736560794032 140736560794016 FAIL