Comment 1 for bug 1324191

Revision history for this message
Anton Gladky (gladky-anton) wrote : Re: [Bug 1324191] [NEW] boost::python::arg maybe a bit long?

Hi Bruno,

I am not the fan of "#defines", and I would propose to
use something like:

namespace py = boost::python;

what is used already in some parts of the code [1]. I think
it will be more safely and reduces this expression.

Anton