log2timeline / plaso

Super timeline all the things

Home Page:https://plaso.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python 3.12 DeprecationWarning fork()

joachimmetz opened this issue · 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()