On Python 3, use macros to alias all usage of PyInt_ to PyLong_ equivalents
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 21 Oct 2009 10:21:01 +0000 (13:21 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 21 Oct 2009 10:21:01 +0000 (13:21 +0300)
commit4047397da1875b1e5b561e039ad6cd7d99206aa1
tree08d5b9616f831a5395df4b58ee29003f27c29288
parent1866fc41c8fdf5a82705cee7f1043d5fb634c3be
On Python 3, use macros to alias all usage of PyInt_ to PyLong_ equivalents
- Python 3 unified PyInt with PyLong, the former no longer exists
- Based on a patch by David Malcolm
python/rpmsystem-py.h