Skip to content

windows #63

@videlec

Description

@videlec

Because windows does not support POSIX signals, the current cysignals does not work on this platform. However, windows handles the floating-point exception (SIGFPE) similarly to POSIX signals. Using this fact, cypari provides a fork of cysignals that works on windows. See the explanation at line 372 in implementation.c. This special handling for windows only concerns windows and the code remains unchanged for other platforms.

A windows port would benefit to several Python libraries that want support for windows (e.g. giacpy, cypari2).

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