Skip to content
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

Rework on multiprocessing fork (RDT-792) #294

Open
hfudev opened this issue May 28, 2024 · 0 comments
Open

Rework on multiprocessing fork (RDT-792) #294

hfudev opened this issue May 28, 2024 · 0 comments
Labels
Milestone

Comments

@hfudev
Copy link
Member

hfudev commented May 28, 2024

Changed in version 3.12: If Python is able to detect that your process has multiple threads, the os.fork() function that this start method calls internally will raise a DeprecationWarning. Use a different start method. See the os.fork() documentation for further explanation.

Note The default start method will change away from fork in Python 3.14. Code that requires fork should explicitly specify that via get_context() or set_start_method().

Rework on the current process + thread solution, need to be tested on linux, macos, and windows.

@hfudev hfudev added this to the 1.x milestone May 28, 2024
@github-actions github-actions bot changed the title Rework on multiprocessing fork Rework on multiprocessing fork (RDT-792) May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant