mds-utils 1.2.0 have been released.
Release Notes:
- Improved python/fileobj.hpp: now there are 3 helper file objects
and they are copy-constructible. Derivation from boost::python::object
has been mantained.
- Added utilities for indexing support in Python ext
On 2009-10-27, Michele De Stefano wrote:
> That's not what I'd like to do. I'd like to make a "from-Python"
> converter. I don't want to make a wrapper that takes a
> boost::python::object and then call extract ...
>
> The problem in my converter (see the previous e-mails) is that Python
> does no
That's not what I'd like to do. I'd like to make a "from-Python"
converter. I don't want to make a wrapper that takes a
boost::python::object and then call extract ...
The problem in my converter (see the previous e-mails) is that Python
does not even enter into the "convertible" method ...
2009