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 paul.moore, prahladyeri, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-01-05.23:32:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483659170.76.0.181871934426.issue29173@psf.upfronthosting.co.za>
In-reply-to
Content
The code doesn't seem like a bug in Python, but more a classic inefficient busy loop pattern. Your loop doesn't sleep and so eats all the CPU.

I suggest to close the issue and ask Python questions on a place to ask questions, not on the Python *bug tracker*.
History
Date User Action Args
2017-01-05 23:32:50vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower, prahladyeri
2017-01-05 23:32:50vstinnersetmessageid: <1483659170.76.0.181871934426.issue29173@psf.upfronthosting.co.za>
2017-01-05 23:32:50vstinnerlinkissue29173 messages
2017-01-05 23:32:50vstinnercreate