plaso icon indicating copy to clipboard operation
plaso copied to clipboard

Python 3.12 DeprecationWarning fork()

Open joachimmetz opened this issue 1 year ago • 1 comments

/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 avatar Jan 28 '24 20:01 joachimmetz