Closed GoogleCodeExporter closed 9 years ago
hi and thanks for reporting!
the problem is that Shedskin uses C/C++ function types (function pointers) for
type
declarations involving function references, which is not very flexible and
currently
fails for contained objects. at some point, the function types should be
replaced by
regular class types (inheriting from class pyobj in lib/builtin.hpp).
anyway, this corresponds to a known limitation, as decribed in the tutorial
(section
'python subset restrictions'). thanks anyway for reporting!
Original comment by mark.duf...@gmail.com
on 4 Aug 2009 at 8:49
Original issue reported on code.google.com by
seun.osewa
on 31 Jul 2009 at 12:08Attachments: