fix compatibility with Python 3.8
authorSteve Langasek <steve.langasek@ubuntu.com>
Wed, 11 Mar 2020 10:49:13 +0000 (06:49 -0400)
committerThomas Krennwallner <tkren@kr.tuwien.ac.at>
Fri, 3 Apr 2020 10:56:49 +0000 (11:56 +0100)
commitc56c697192188c5ed63c4f746a67c46c6399b89e
tree365d1a11ca69ccaf67a154f5b929a68fbdfdc6f7
parent8c571bf3b41f22ee12efce4aa081fd61c65aa3b4
fix compatibility with Python 3.8

Last-Update: 2020-02-20
Forwarded: no
Bug-Debian: https://bugs.debian.org/951707

Python 3.8 changes the type of an element of the PyTypeObject struct
(https://www.python.org/dev/peps/pep-0590/) leading to compiler errors.

Gbp-Pq: Name python3.8-compat.patch
libpyclingo/pyclingo.cc