Commit b4a4ef1
committed
Use PyErr_FormatUnraisable() on Python 3.13
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 b4a4ef1
1 file changed
Lines changed: 4 additions & 0 deletions
| 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