- Notifications
You must be signed in to change notification settings - Fork750
Commitc1e5622
committed
It was incorrect to call
PyType_Ready
on a type returned byPyType.tp_new
. It should have not been allowed in the first place, but we accidentally clearedReady
fromtp_flags
. Instead, we will extendtp_flags
and callPyType_Modified
at the end of CLR MetaType.tp_new1 parentea61b03 commitc1e5622
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
148 |
| - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
149 | 151 |
| |
150 | 152 |
| |
151 | 153 |
| |
| |||
170 | 172 |
| |
171 | 173 |
| |
172 | 174 |
| |
173 |
| - | |
174 |
| - | |
| 175 | + | |
175 | 176 |
| |
176 | 177 |
| |
177 | 178 |
| |
|
0 commit comments
Comments
(0)