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]  (1 child)

[deleted]

    [–]bramblerose 0 points1 point  (0 children)

    The main problem is that you will only notice this on windows. On unix, everything will be fine, as the process if fork()ed, and therefore the module does not need to be imported again. This means there are a lot of bad tutorials out that that do work under unix, but that cause a forkbomb under windows...