abrt / satyr

Automatic problem management with anonymous reports
GNU General Public License v2.0
19 stars 23 forks source link

python: Adapt to changes made in PEP 590 #301

Closed ernestask closed 4 years ago

ernestask commented 4 years ago

The unused tp_print field in PyTypeObject has been replaced with tp_vectorcall_offset and has a different type.

https://www.python.org/dev/peps/pep-0590/

ernestask commented 4 years ago

This is for Python 3.8 and up.

ernestask commented 4 years ago

Since there haven’t been any functional changes since the release, I’ll merge this. We can patch things downstream as needed.