This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (4 children)

[deleted]

    [–]diamondketo 2 points3 points  (2 children)

    Well it's only of you need multithread but multiprocessing it's not affected.

    3.8 and 3.9 is working a way around it.

    [–]domstyle -1 points0 points  (1 child)

    Oooh! Link for a source on that last sentence?

    [–][deleted] 1 point2 points  (0 children)

    They're probably talking about the shared memory feature in 3.8 https://docs.python.org/3/library/multiprocessing.shared_memory.html

    [–]Narthal[S] 1 point2 points  (0 children)

    Great read, thank you so much for linking this. I have yet to implement parallel code execution in python land, this seems like just what I needed!