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 tim.golden
Recipients Drekin, jcea, tim.golden, vstinner
Date 2013-04-03.09:28:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <515BF625.6070807@timgolden.me.uk>
In-reply-to <1364980624.39.0.553599417463.issue17619@psf.upfronthosting.co.za>
Content
That's because IDLE uses a completely different input loop from the
console interpreter.

I'll try to get to this but I'm chock-a-block with other work at the
moment. If anyone else wants to dig, please do so. if the worst came to
the worst we could back out my previous changeset but that would still
leave us with an intermittent race-condition.
History
Date User Action Args
2013-04-03 09:28:08tim.goldensetrecipients: + tim.golden, jcea, vstinner, Drekin
2013-04-03 09:28:08tim.goldenlinkissue17619 messages
2013-04-03 09:28:07tim.goldencreate