Commit 49127c6
authored
Use PyErr_FormatUnraisable() on Python 3.13 (#34)
Use the new public PyErr_FormatUnraisable() on Python 3.13.
The private _PyErr_WriteUnraisableMsg() function was removed in
Python 3.13:
python/cpython#1116431 parent a490b4b commit 49127c6
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6118 | 6118 | | |
6119 | 6119 | | |
6120 | 6120 | | |
| 6121 | + | |
| 6122 | + | |
| 6123 | + | |
6121 | 6124 | | |
| 6125 | + | |
6122 | 6126 | | |
6123 | 6127 | | |
6124 | 6128 | | |
| |||
0 commit comments