Remove explicit Py_TPFLAGS_HAVE_RICHCOMPARE from ds type flags
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 27 Oct 2009 12:52:08 +0000 (14:52 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 27 Oct 2009 12:52:08 +0000 (14:52 +0200)
commit376b1bd8b79392a3d8a019c0409c05c13b55f2b2
treecc9131e9f58937e073be22aedbc3e232c6bb67b6
parent2222e81e1cf74bbf78acb9969592ab06e2289929
Remove explicit Py_TPFLAGS_HAVE_RICHCOMPARE from ds type flags
- HAVE_RICHCOMPARE is included in Py_TPFLAGS_DEFAULT since at least
  Python 2.3 which is as far back as we care, no need to explicitly
  set it. Eliminating the unnecessary flag removes another Python 3
  compatibility issue as the flag is gone there.
python/rpmds-py.c