segevfiner / cypcap

A Cython based Python binding for modern libpcap
https://pypi.org/project/cypcap/
BSD 3-Clause "New" or "Revised" License
14 stars 1 forks source link

Add raising __init__ for classes that shouldn't be instantiated from Python #27

Closed segevfiner closed 2 years ago

segevfiner commented 2 years ago

TODO

Fixes #11 Workaround for cython/cython#4429