Skip to content

Commit

Permalink
fix compilation with python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaminsk committed Dec 6, 2020
1 parent 7a05b97 commit 330932b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libpyclingo/pyclingo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ PyTypeObject ObjectBase<T>::type = {
sizeof(T), // tp_basicsize
0, // tp_itemsize
PythonDetail::Get_tp_dealloc<T>::value, // tp_dealloc
nullptr, // tp_print
0, // tp_print
nullptr, // tp_getattr
nullptr, // tp_setattr
nullptr, // tp_compare
Expand Down

0 comments on commit 330932b

Please sign in to comment.