Skip to content
Commit 0517b41c authored by Pino Toscano's avatar Pino Toscano
Browse files

python: initialize PythonExtension only once

Make sure to initialize the methods, attributes, etc of PythonExtension
only once, instead of at every contructor execution.  While this is not
a problem with the current version of PyCXX, it will be a problem with
newer versions.
parent 05b9267d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment