Commit 96e99aa
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 d0352f7 commit 96e99aa
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 | |
|---|---|---|---|
| |||
5849 | 5849 | | |
5850 | 5850 | | |
5851 | 5851 | | |
5852 | | - | |
5853 | | - | |
| 5852 | + | |
5854 | 5853 | | |
5855 | 5854 | | |
5856 | 5855 | | |
| |||
0 commit comments