We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://peps.python.org/pep-0489/
The text was updated successfully, but these errors were encountered:
This is trickier than I thought, lots of API was only added in 3.9/3.10/11.
The PEP can't be used alone, it also requires support for sub-interpreters: https://peps.python.org/pep-0489/#subinterpreters-and-interpreter-reloading
cairo_user_data_key_t
PyImport_ImportModule
So this isn't possible right now
Sorry, something went wrong.
More info: https://peps.python.org/pep-0630/
We can only start looking at this with 3.9+
No branches or pull requests
https://peps.python.org/pep-0489/
The text was updated successfully, but these errors were encountered: