Commit 1943ab0
bpo-40521: Fix update_slot() when INTERN_NAME_STRINGS is not defined (python#20246)
Fix type update_slot() function when the macro INTERN_NAME_STRINGS is
not defined: use _PyUnicode_EQ() in this case.1 parent 437b893 commit 1943ab0
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7661 | 7661 | | |
7662 | 7662 | | |
7663 | 7663 | | |
7664 | | - | |
| 7664 | + | |
| 7665 | + | |
| 7666 | + | |
| 7667 | + | |
| 7668 | + | |
| 7669 | + | |
| 7670 | + | |
| 7671 | + | |
7665 | 7672 | | |
| 7673 | + | |
| 7674 | + | |
7666 | 7675 | | |
7667 | 7676 | | |
7668 | 7677 | | |
| |||
0 commit comments