From: B A <se...@gm...> - 2010-04-01 06:52:19
|
Hi, guys, PyCXX is great. :) After reading the code, I am not clear about the relationship between PythonExtension and ExtensionObject. Some usage in the sample code was Py::ExtensionObject<range> rheap( new range(1, 10, 2) ); and range is based on PythonExtension. How to use ExtensionObject? Thanks! |