-
Notifications
You must be signed in to change notification settings - Fork 101
Closed
Description
NetfilterQueue 0.8.1 does not compile for Python 3.9. CPython 3.9 had changes made, with one specific change impacting NFQ. Refer to Python Issue 37250 PyTypeObject.tp_print removed.
The following change removed PyTypeObject.tp_print and replaced it with PyTypeObject.tp_vectorcall_offset: commit aacc77fbd77640a8f03638216fa09372cc21673d
Accordingly, I have monkeypatched netfilterqueue.c to compile under Python 3.9. File is here attached.
netfilterqueue.txt
File renamed from .c to .txt for upload, please rename it back to .c.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels