- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 30
provide PARI_SIGINT_block/pending address for cysignals #109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
GitHub workflow
…I_SIGINT_for_cysignals
| Any opinions about this approach? This would make it lots easier to build cysignals and cypari along with https://github.com/kliem/cysignals/tree/discover_cypari_on_runtime/src/cysignals. The behaviour should be equivalent to the current approach. | 
| Sounds reasonable. One problem I see with this approach is that loading  | 
| You mean that it should be  | 
| Not sure I agree. I wanted to suggest that  | 
| When should the hooks be called? | 
| 
 Maybe it is not feasible. I am trying to find a flexible enough solution so that  | 
| 
 +1 on this approach | 
28f2382    to
    3660f17      
    Compare
  
    
We provide the addresses of
PARI_SIGINT_blockandPARI_SIGINT_pendingon runtime in python functions, such thatcysignalscan use it withtry ... except ImportError.