14 | | creates the group in the C++ layer, which in turn has to call the Python constructor (in order to return the instance. Somehow, before the Python constructor finishes, something is requesting the group instance, which causes another call to the Python constructor, etc. I'm reassigning to myself to try to figure out how this is happening/possible. |
| 14 | creates the group in the C++ layer, which in turn has to call the Python constructor (in order to return the instance). Somehow, before the Python constructor finishes, something is requesting the group instance, which causes another call to the Python constructor, etc. I'm reassigning to myself to try to figure out how this is happening/possible. |