Skip to content
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

Prevent signals interrupting anything in os. #842

Merged
merged 1 commit into from
Jul 28, 2024
Merged

Conversation

emeryberger
Copy link
Member

This fixes #841 by preventing the CPU signal (SIGALRM) from interrupting anything in os. In theory, this should not impact profiling of OS calls, since these block signal delivery anyway.

scalene/scalene_profiler.py Dismissed Show dismissed Hide dismissed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Scalene breaks code that accesses files on a s3 mountpoint
1 participant