Re: Problem with exception handling on alt stacks

2018-06-01 Thread Corinna Vinschen
On May 31 15:21, Erik Bray wrote: > Hi all, > > I recently ran into a tricky problem when working with cysignals [1] > on Cygwin: Cysignals provides signal handlers for code written in C > or Cython running in a Python interpreter, which converts otherwise > unhandled signals into Python exceptio

Problem with exception handling on alt stacks

2018-05-31 Thread Erik Bray
Hi all, I recently ran into a tricky problem when working with cysignals [1] on Cygwin: Cysignals provides signal handlers for code written in C or Cython running in a Python interpreter, which converts otherwise unhandled signals into Python exceptions. It recently started using sigaltstack [2]