mirror of
https://github.com/schrodinger/pymol-open-source.git
synced 2026-06-04 20:04:21 +08:00
- Remove message "PyMOL not running, entering library mode" - Disable library mode when non-singleton instances are created - Remove `_cmd._del` and use a capsule destructor instead, this fixes `pymol2.PyMOL().__del__` with Python 3.8 (`_cmd` is `None`). - Clean up `Cmd_New` and `PyMOL_New`