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

Disable Windows switching of on/off status of profiling for background processes #523

Merged
merged 2 commits into from Dec 26, 2022

Conversation

emeryberger
Copy link
Member

This PR disables the --on, --off, and --pid arguments on Windows (for selectively turning on and off profiling of a running background process), and avoids using two of the very few available signals on Windows. As it turns out, this was not working properly on Windows, so no harm, no foul. Fixes #519.

@emeryberger emeryberger changed the title Disable win32 on off Disable Windows switching of on/off status of profiling for background processes Dec 26, 2022
@emeryberger emeryberger merged commit 0b2ed45 into master Dec 26, 2022
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.

Scrapy profiling not possible?
1 participant