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.

作者 gregory.p.smith
收信人 Yuri.Bochkarev, gregory.p.smith, hobb0001, jyasskin, pitrou, rnk, superbobry, vstinner
日期 2016-09-28.19:35:55
SpamBayes Score -1.0
Marked as misclassified
Message-id <1475091356.01.0.214849873232.issue8844@psf.upfronthosting.co.za>
In-reply-to
内容
As a data point confirming that: we tried backporting the much nicer non-polling condition implementation (https://github.com/python/cpython/commit/15801a1d52c25fa2a19d649ea2671080f138fca1.patch) to our Python 2.7 interpreter at work but ran into actual code that failed as a result of the interruption behavior changing.

While it is a nice goal, it is a non-trivial change.  Not something we could ever do within a stable release (2.7).
历史
日期 用户 动作 参数
2016-09-28 19:35:56gregory.p.smith修改recipients: + gregory.p.smith, pitrou, vstinner, jyasskin, rnk, hobb0001, superbobry, Yuri.Bochkarev
2016-09-28 19:35:56gregory.p.smith修改messageid: <1475091356.01.0.214849873232.issue8844@psf.upfronthosting.co.za>
2016-09-28 19:35:55gregory.p.smith链接issue8844 messages
2016-09-28 19:35:55gregory.p.smith创建