Python multiprocessing prone to deadlocks
https://www.enricozini.org/blog/2022/debian/til-2022-12/
"Lesson learnt: multiprocessing is good for prototypes, and may end up being too hacky for production."
Software developers really need to learn to use the right tool for the job and there are many areas where #python falls short. Of course this is true for any interpreted language, and all programmers should be aware of the difference between interpreted and compiled languages.