-
-
Couldn't load subscription status.
- Fork 29
Closed
Description
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).
johnyf
Metadata
Metadata
Assignees
Labels
No labels