-
-
Notifications
You must be signed in to change notification settings - Fork 32k
set_forkserver_preload should check type of elements in passed list #107963
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
Comments
corona10
added a commit
to corona10/cpython
that referenced
this issue
Aug 15, 2023
corona10
added a commit
to corona10/cpython
that referenced
this issue
Aug 15, 2023
corona10
added a commit
to corona10/cpython
that referenced
this issue
Aug 15, 2023
Yhg1s
pushed a commit
that referenced
this issue
Aug 15, 2023
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 15, 2023
…n list (pythonGH-107965) (cherry picked from commit 6515ec3) Co-authored-by: Dong-hee Na <[email protected]> pythongh-107963: Fix set_forkserver_preload to check the type of given list
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Aug 15, 2023
…n list (pythonGH-107965) (cherry picked from commit 6515ec3) Co-authored-by: Dong-hee Na <[email protected]> pythongh-107963: Fix set_forkserver_preload to check the type of given list
@mawi2017 Thank you for the report! It is now fixed for Python 3.11+ |
iritkatriel
pushed a commit
to iritkatriel/cpython
that referenced
this issue
Aug 16, 2023
…n list (python#107965) pythongh-107963: Fix set_forkserver_preload to check the type of given list
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Checklist
and am confident this bug has not been reported before
CPython versions tested on:
3.10
Operating systems tested on:
Linux
Output from running 'python -VV' on the command line:
Python 3.10.12 (main, Jul 5 2023, 18:54:27) [GCC 11.2.0]
A clear and concise description of the bug:
The code for
set_forkserver_preload
(also in the latestmain
branch) should check the type of the elements passed through themodule_names
parameter, but instead checks the elements ofself._preload_modules
.Code for reproducing:
Raises error:
Linked PRs
The text was updated successfully, but these errors were encountered: