summarylogtreecommitdiffstats
path: root/python38-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'python38-fix.patch')
-rw-r--r--python38-fix.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/python38-fix.patch b/python38-fix.patch
deleted file mode 100644
index 6593a5764766..000000000000
--- a/python38-fix.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/libpyclingo/pyclingo.cc b/libpyclingo/pyclingo.cc
-index 9480203..6a7068c 100644
---- a/libpyclingo/pyclingo.cc
-+++ b/libpyclingo/pyclingo.cc
-@@ -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