Skip to content

KeyboardInterrupt does not work to end long MiniMC #340

Description

@tkittel

Currently, starting a (too) long MiniMC job via the Python API and then pressing "Ctrl-C" does not correctly end the job. This is because the signal handler in Python is only checked once the ctypes function call returns.

Probably the same issue exists for the factory thread pools (see also #339), but the typically shorter load times means this is not so noticeable (so far).

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugminimcIssues related to the MiniMC framework

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions