Open GoogleCodeExporter opened 9 years ago
I poked around ctypesgen a bit and made a small patch that solves my issue.
Comments?
Original comment by l...@segv.dk
on 21 Mar 2012 at 6:22
Attachments:
Other than the obvious typo, it looks good. I would also rename the "struct"
variable to "object" and "automatically_typedef_structs()" to
"automatically_typedef_structs_and_enums()", but that's a matter of taste.
Also, I didn't test it; I assume you did.
Original comment by TimM...@gmail.com
on 22 Mar 2012 at 4:40
I agree. My first patch was just to check if I was on the right track with this
fix.
I also fixed the: # XXX Check if it has already been aliased in the C code.
New patch attached.
Original comment by l...@segv.dk
on 22 Mar 2012 at 7:32
Attachments:
I have been running with the attached patch for a while and all looks good.
Changes since v2 is the removal of a debug print.
Please apply.
Original comment by l...@segv.dk
on 3 Apr 2012 at 8:58
Attachments:
Original issue reported on code.google.com by
l...@segv.dk
on 13 Feb 2012 at 1:43