From: Barry S. <ba...@ba...> - 2018-04-18 18:03:13
|
> On 18 Apr 2018, at 14:37, Richard Shaw <hob...@gm...> wrote: > > BUILDSTDERR: throw Py::Exception("abort progress indicator"); > BUILDSTDERR: ^ > > And you can see the define added for PYCXX_6_2_COMPATIBILITY... Oh. Looks like I missed off a small part of the backward compat. That throws a RuntimeError. I think you can change it to be: throw Py::RuntimeError("about progress indictor"); Barry |