Mastering-Concurrency-in-Python icon indicating copy to clipboard operation
Mastering-Concurrency-in-Python copied to clipboard

Issues with package concurrencytest in chapter 19

Open Matej-Chmel opened this issue 2 years ago • 0 comments
trafficstars

Package concurrencytest that is imported in Chapter19/example7.py can't be used on Windows, because the default interpreter is missing implementation of the os.fork function. When running the example under Windows the following error is generated:

AttributeError: module 'os' has no attribute 'fork'

Also the package is missing from software list in README.

Matej-Chmel avatar Sep 03 '23 11:09 Matej-Chmel