Changes between Initial Version and Version 1 of Ticket #8474, comment 4


Ignore:
Timestamp:
Feb 13, 2023, 2:09:32 PM (3 years ago)
Author:
Eric Pettersen

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8474, comment 4

    initial v1  
    1212        pbg = bond.structure.pseudobond_group("TS bonds", create_type=1)
    1313
    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.
     14creates 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.