We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The interpreters API supports sharing of int but not the float type.
int
float
This is a minor feature, which does not need previous discussion elsewhere
No response
The text was updated successfully, but these errors were encountered:
GH-111438: Add Support for Sharing Floats Between Interpreters (gh-11…
ad6380b
…1439) This only affects users of the APIs in pycore_crossinterp.h (AKA _xxsubinterpretersmodule.c and _xxinterpchannels.c).
pythonGH-111438: Add Support for Sharing Floats Between Interpreters (p…
532d4ee
…ythongh-111439) This only affects users of the APIs in pycore_crossinterp.h (AKA _xxsubinterpretersmodule.c and _xxinterpchannels.c).
5ca05d4
0a72ffb
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Feature or enhancement
Proposal:
The interpreters API supports sharing of
int
but not thefloat
type.Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: