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

Python 3.12 DeprecationWarning fork() #4796

Open
joachimmetz opened this issue Jan 28, 2024 · 0 comments
Open

Python 3.12 DeprecationWarning fork() #4796

joachimmetz opened this issue Jan 28, 2024 · 0 comments
Labels
code health Non-functional changes to improve code health maintenance Issue related to project maintenance

Comments

@joachimmetz
Copy link
Member

/usr/lib64/python3.12/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=2333598) is multi-threaded, use of fork() may lead to deadlocks in the child.
  self.pid = os.fork()
@joachimmetz joachimmetz added the maintenance Issue related to project maintenance label Jan 28, 2024
@joachimmetz joachimmetz changed the title DeprecationWarning fork Python 3.12 DeprecationWarning fork() Jan 28, 2024
@joachimmetz joachimmetz added the code health Non-functional changes to improve code health label Mar 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code health Non-functional changes to improve code health maintenance Issue related to project maintenance
Projects
None yet
Development

No branches or pull requests

1 participant