Commit dbe8a3c
authored
`PyObject_DelAttr{,String}` are part of the stable ABI starting only from Python 3.13.
Thus, when building extensions targeting the stable ABI for Python 3.12, we should fall
back to the earlier `PyObject_SetAttr{,String}(obj, key, NULL)` pattern.
1 parent acd6a3e commit dbe8a3c
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
454 | 457 | | |
| 458 | + | |
| 459 | + | |
455 | 460 | | |
456 | 461 | | |
457 | 462 | | |
458 | 463 | | |
459 | 464 | | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
460 | 468 | | |
| 469 | + | |
| 470 | + | |
461 | 471 | | |
462 | 472 | | |
463 | 473 | | |
| |||
0 commit comments