Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The "freeze_support()" line can be omitted if the program is not going to be frozen to produce an executable. #1

Open
luk0y opened this issue Aug 19, 2020 · 0 comments

Comments

@luk0y
Copy link

luk0y commented Aug 19, 2020

I am trying this https://github.com/nikhilkumarsingh/async-http-requests-tut/blob/master/test_multiprocessing.py on my Windows Laptop and freeze_support() error raised while testing the multi processing file. I saw few articles saying to use if clause to solve the issue but it showing invalid because of the decorator . I am able to get the result without the timer decorator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant