Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.

Commit

Permalink
Merge pull request #114 from encukou/py38
Browse files Browse the repository at this point in the history
Compatibility fix for Python 3.8
  • Loading branch information
DavidBluecame authored Aug 19, 2019
2 parents 67f6586 + 1f567f9 commit 0a182c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindings/yafaray_v3_interface.i
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ PyTypeObject yafTile_Type =
sizeof(YafTileObject_t), /* tp_basicsize */
0, /* tp_itemsize */
( destructor ) yaf_tile_dealloc, /* tp_dealloc */
nullptr, /* printfunc tp_print; */
0, /* tp_print / tp_vectorcall_offset */
nullptr, /* getattrfunc tp_getattr; */
nullptr, /* setattrfunc tp_setattr; */
nullptr, /* tp_compare */ /* DEPRECATED in python 3.0! */
Expand Down

0 comments on commit 0a182c1

Please sign in to comment.