forked frompython-cffi/cffi
- Notifications
You must be signed in to change notification settings - Fork0
Commit5a5a972
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 inPython 3.13:python/cpython#1116431 parenta490b4b commit5a5a972
1 file changed
+13
-1
lines changedLines changed: 13 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6100 | 6100 |
| |
6101 | 6101 |
| |
6102 | 6102 |
| |
6103 |
| - | |
6104 | 6103 |
| |
6105 | 6104 |
| |
6106 | 6105 |
| |
| |||
6109 | 6108 |
| |
6110 | 6109 |
| |
6111 | 6110 |
| |
| 6111 | + | |
| 6112 | + | |
| 6113 | + | |
| 6114 | + | |
| 6115 | + | |
| 6116 | + | |
| 6117 | + | |
| 6118 | + | |
| 6119 | + | |
| 6120 | + | |
| 6121 | + | |
| 6122 | + | |
6112 | 6123 |
| |
6113 | 6124 |
| |
6114 | 6125 |
| |
| |||
6124 | 6135 |
| |
6125 | 6136 |
| |
6126 | 6137 |
| |
| 6138 | + | |
6127 | 6139 |
| |
6128 | 6140 |
| |
6129 | 6141 |
| |
|
0 commit comments
Comments
(0)