-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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 bltinmodule.c for 64-bit platforms #32441
Comments
No description provided. |
I confirm that, to the best of my knowledge and belief, this I acknowledge that CNRI may, at its sole discretion, decide |
Various small fixes to the builtin module to ensure no buffer overflows.
|
We'll have to trust Trent that this works on 64-bit Windows... |
Muuwaaaahhhaaaa! p.s. But, as a theoretical exercise, this looks okay to you I presume. |
OK. Note that the chakge to id() means that id() can now return a long -- this should normally be alright but it's possible that it could break code that expects an int. Good enough for a beta. |
Yes, I asked Tim about that and he said, correctly, that the guarantee is only that an integral value is returned and that PyLong qualifies. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: