-
-
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
Remove Py_BUILD_CORE_MODULE
and Py_BUILD_CORE_MODULE
in rotatingtree.c
#116181
Labels
type-feature
A feature request or enhancement
Comments
nosy @ericsnowcurrently |
aisk
changed the title
Remove
Remove Mar 2, 2024
Py_BUILD_CORE_MODULE
and in
rotatingtree.c`Py_BUILD_CORE_MODULE
and Py_BUILD_CORE_MODULE
in rotatingtree.c
kumaraditya303
pushed a commit
that referenced
this issue
Jul 3, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 3, 2024
…E in rotatingtree.c (pythonGH-121260) (cherry picked from commit 705a123) Co-authored-by: AN Long <[email protected]>
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
…E in rotatingtree.c (python#121260)
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
…E in rotatingtree.c (python#121260)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature or enhancement
Proposal:
Currently, we require
Py_Mutex
to isolate the states of pseudo random generator inrotatingtree.c
, thus thePy_BUILD_CORE_MODULE
was introduced in #115301, but we should refrain from usingPy_BUILD_CORE_MODULE
orPy_BUILD_CORE_BUILTIN
to build non-builtin stdlib modules.Therefore, we should either remove them once
Py_Mutex
becomes public or explore alternative solutions to address this issue.Has this already been discussed elsewhere?
Previous discussion: #115301 (comment)
Links to previous discussion of this feature:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: