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

bpo-30125: Fix faulthandler.disable() on Windows #1240

Merged
merged 2 commits into from
Apr 21, 2017
Merged

bpo-30125: Fix faulthandler.disable() on Windows #1240

merged 2 commits into from
Apr 21, 2017

Conversation

vstinner
Copy link
Member

No description provided.

* Use size_t type for iterators
* Add { ... }
On Windows, faulthandler.disable() now removes the exception handler
installed by faulthandler.enable().
@mention-bot
Copy link

@Haypo, thanks for your PR! By analyzing the history of the files in this pull request, we identified @tich, @birkenfeld and @serhiy-storchaka to be potential reviewers.

@vstinner
Copy link
Member Author

I see that the test passed on AppVeyor: "0:01:25 [124/404] test_faulthandler passed -- running: test_concurrent_futures (72 sec)".

@vstinner vstinner merged commit 46c2b81 into python:master Apr 21, 2017
@vstinner vstinner deleted the faulthandler branch April 21, 2017 16:06
@vstinner
Copy link
Member Author

3.6 backport: #1243 (only the fix, without the cleanup).

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.

4 participants