Skip to content

Issues with package concurrencytest in chapter 19 #9

@Matej-Chmel

Description

@Matej-Chmel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions