-
Notifications
You must be signed in to change notification settings - Fork 562
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
PyToCType uses internal function removed from Python 3.13 #1344
Comments
We're not the only ones affected by this regression: python/cpython#111140 |
it seems a public function As the error you get - "too few arguments" - implies, the function was re-added after it was removed, but then an extra argument, |
…hammer#1344) Signed-off-by: Adam Williamson <[email protected]>
Sent #1361 . |
Signed-off-by: Adam Williamson <[email protected]>
Cannot compile using 3.13:
We need to figure out how to bind Decimals without using this, I guess.
The text was updated successfully, but these errors were encountered: