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

Fix build with Python 3.13+ #368

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on Sep 4, 2024

  1. Fix build with Python 3.13+

    Avoid using PyObject_AsReadBuffer, do what PyObject_AsReadBuffer does.
    
    Note that this is not safe, and it has never been safe,
    but the code does *exactly* what it used to do (at least on Python 3.8+).
    
    Fixes jnwatson#362
    
    Co-Authored-By: Miro Hrončok <miro@hroncok.cz>
    AdamWill and hroncok committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    206a375 View commit details
    Browse the repository at this point in the history