This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients germn, pitrou, r.david.murray, vstinner, yselivanov
Date 2017-09-21.21:01:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwaw2YgDz3DyXGry8XL7eAMpZfWhEDRcmZaWR3=a=+4b4A@mail.gmail.com>
In-reply-to <1506011296.52.0.652353751162.issue31539@psf.upfronthosting.co.za>
Content
Technically, asyncii cannot wait exactly 100 ms on Windows. It will be more
likely a sleep between 100-15 ms and 100+15 ms. Real time is really a
complex topic. CPython with its stop-the-world garbage collector are not
designed for real time.
History
Date User Action Args
2017-09-21 21:01:40vstinnersetrecipients: + vstinner, pitrou, r.david.murray, yselivanov, germn
2017-09-21 21:01:39vstinnerlinkissue31539 messages
2017-09-21 21:01:39vstinnercreate