You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was a private method that was removed from API visibility in Python 3.13.
This is currently used in cyPythonInterface.cpp to clear an existing module before re-registering it. It seems like an edge case (and we have an assert to catch that case when running in debug mode), but there doesn't seem to be any alternative in the public Python API.
The text was updated successfully, but these errors were encountered:
This was a private method that was removed from API visibility in Python 3.13.
This is currently used in cyPythonInterface.cpp to clear an existing module before re-registering it. It seems like an edge case (and we have an assert to catch that case when running in debug mode), but there doesn't seem to be any alternative in the public Python API.
The text was updated successfully, but these errors were encountered: