Commit 65528b9
python3: Use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT
as described here:
http://python3porting.com/cextensions.html#object-initialization
Signed-off-by: Andy Grover <agrover@redhat.com>1 parent a30b943 commit 65528b9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| |||
0 commit comments