On Wednesday, April 20, 2016 at 1:00:45 PM UTC-7, Ethan Furman wrote:
> On 04/20/2016 12:34 PM, Ken Seehart wrote:
>
> New ideas for Python are typically vetted on Python Ideas. [1]
>
> > Currently the common pattern for yielding the elements in a sequence
> > is as follows:
> >
> >for x in
I have a python class that wraps a boost.python object. I am using a
boost.python library function that requires the raw boost.python object. I want
to be able to pass the python object to the boost api function.
Is there a hook available on the python side that instructs boost to perform a
co