Commit 6837ce8
committed
Address PR review feedback: use unused tp_flags bit and reword test comment
- Change CPy_TPFLAGS_MYPYC_COMPILED from bit 20 (Py_TPFLAGS_IS_ABSTRACT) to
bit 21, which is unused across all CPython versions (3.8-3.14)
- Reword test comment to not claim direct struct access, since a runtime test
cannot prove which code path was taken1 parent 4b63a80 commit 6837ce8
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5925 | 5925 | | |
5926 | 5926 | | |
5927 | 5927 | | |
5928 | | - | |
5929 | | - | |
| 5928 | + | |
5930 | 5929 | | |
5931 | 5930 | | |
5932 | 5931 | | |
| |||
0 commit comments