Commit 8a84107
Rename Ci_SetTStateForGC -> _Ci_PySetTStateForGC
Summary: `Ci_SetTStateForGC` doesn't match our existing declared non-smelly symbol on 3.14. Renames it to `_Ci_PySetTStateForGC` so the smelly symbols checks should pass. The rename is applied to 3.14 and 3.15 (it's not present in 3.12 and we don't have the parallel GC ported to main).
Reviewed By: itamaro
Differential Revision: D108065272
fbshipit-source-id: 443ec6cfb99382b02d740345209edf6b7fec8f6b1 parent 206cac2 commit 8a84107
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments