| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Replace the remaining calls with PyErr_FormatUnraisable().
There was a problem hiding this comment.
LGTM. I only looked at C changes, I didn't review the tests changes.
Sorry, something went wrong.
Replace the remaining calls with PyErr_FormatUnraisable().
Use the new public PyErr_FormatUnraisable() on Python 3.13. The private _PyErr_WriteUnraisableMsg() function was removed in Python 3.13: python/cpython#111643
Use the new public PyErr_FormatUnraisable() on Python 3.13. The private _PyErr_WriteUnraisableMsg() function was removed in Python 3.13: python/cpython#111643
|
cffi uses the private _PyErr_WriteUnraisableMsg() removed in Python 3.13. I wrote python-cffi/cffi#34 to update the code to the public PyErr_FormatUnraisable() function. |
Sorry, something went wrong.
Use the new public PyErr_FormatUnraisable() on Python 3.13. The private _PyErr_WriteUnraisableMsg() function was removed in Python 3.13: python/cpython#111643
Use the new public PyErr_FormatUnraisable() on Python 3.13. The private _PyErr_WriteUnraisableMsg() function was removed in Python 3.13: python/cpython#111643
Replace the remaining calls with PyErr_FormatUnraisable().
Replace the remaining calls with PyErr_FormatUnraisable().
| Back | FazBrowse Home | New Git URL |
Replace the remaining calls with PyErr_FormatUnraisable().