Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix test_vmprof_real_time_threaded. #153
Conversation
|
This test seems to pass for me if we retry the call to sleep, which may be interrupted with EINTR on CPython < 3.5 (see #204). I was only able to reproduce the test failure on Python 2.7 (but reliably). |
First commit is just to trigger the error on the build machines, can't reproduce locally.