Skip to content
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.13 support #978

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Python 3.13 support #978

wants to merge 6 commits into from

Conversation

vlaci
Copy link
Contributor

@vlaci vlaci commented Oct 9, 2024

No description provided.

@vlaci vlaci marked this pull request as ready for review October 9, 2024 20:38
László Vaskó added 4 commits October 9, 2024 23:40
Newer typeshed, contains stub for atheris.
…t module import

To sort this out, `unhex`` is moved to the already existing `testing`
module and imported from an explicit root package
Since PEP 688[^1], `bytes` is no longer an implicit base class of
`bytearray` and `memoryview`. The new `collections.abc.Buffer`
protocol implements all of them, but `bytes` and `bytearray` support
`__iter__` and `__len__` as well, so it is unsuitable for our case

[^1]: https://peps.python.org/pep-0688/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant