-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Get some warnings on threading
/usr/local/lib/python3.12/multiprocessing/popen_fork.py:66: DeprecationWarning: This process (pid=1) is multi-threaded, use of fork() may lead to deadlocks in the child.
/usr/local/lib/python3.12/pty.py:95: DeprecationWarning: This process (pid=75) is multi-threaded, use of forkpty() may lead to deadlocks in the child.
Probably not a problem at this point.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request