-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.9 support (and upcoming incompatibility with cpython 3.7 and 3.8) #3100
Comments
Also it looks like 3.8 and 3.7 will have the issue in the next release since https://bugs.python.org/issue41976 is backported python/cpython#22598 |
https://bugs.python.org/issue42580#msg387117 The issue was closed in the python bug tracker so its unlikely it will get resolved there. |
@guedou I don't, I wanted the new |
@polybassa I think that these PR should be added to 2.5.0. @gpotter2 aims to make it the first release that includes typing. |
Alright. Thanks. Than I aim to make everything typed for 2.5 |
Fine by me. I have a few PRs that I like but they can wait for 2.5. |
FTR, I started to manually test e9f0893 on *BSD using https://github.com/secdev/scapy/tree/master/doc/vagrant_ci. |
Tests are OK on FreeBSD 12.1 |
Tests are now OK on OpenBSD 6.8. I will provide a simple fix. |
Actually please merge #3113 before 2.4.5 |
I am struggling with NetBSD 9. Scapy does not seem to work anymore. I am investigating. |
Do you need help @guedou ? It would be cool to have 2.4.5 ASAP |
I am still stuck with NetBSD. It seems that Scapy (2.4.4 and master) is not able to sniff on NetBSD8 and NetBSD9 with my virtual machines setup. Can you give it a try ? |
I tried for quite some time but didn't manage to sniff on NetBSD9 using the native We need to release a 3.9 compatible version asap. I'd say NetBSD support can wait since a workaround is available. Maybe scapy's NetBSD maintainer can help us patch it. |
Let's set the deadline to April 11. After hours of comparing |
I would like to make sure libpcap (and #3143) work before 2.4.5. We can probably start doing RCs though |
I just released v2.4.5rc1, see https://pypi.org/project/scapy/2.4.5rc1/ |
We can safely close this PR. I'd like to have a separate issue for 2.4.5 to start gathering the changelog |
For those looking: Fixed in #3000 |
Brief description
With Python 3.9 entering more wider production it would be nice to get a 2.4.5 release to solve the following issue which has already been fixed:
46fa40f
Environment
2.4.4
3.9
Alpine Linux
The text was updated successfully, but these errors were encountered: