log2timeline / plaso

Super timeline all the things
https://plaso.readthedocs.io
Apache License 2.0
1.66k stars 327 forks source link

Python 3.12 DeprecationWarning fork() #4796

Open joachimmetz opened 5 months ago

joachimmetz commented 5 months ago
/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()