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
The alternative is to call [value __pyobjc_PythonObject__], which will return a new reference (that is, you'll have to call Py_DECREF on the result). This will also work in older versions.
I'll have to think about a cleaner solution for this, my alternative is still an implementation detail and will break if I ever add support for CPython sub interpreters to PyObjC. That won't be anytime soon though, there are several blockers on the CPython side.
I do use this method in my code like this to extract the text of the traceback:
Is there a better way to do this?
(I mean the changes in #393)
The text was updated successfully, but these errors were encountered: