Message 277658 - Python tracker (original) (raw)
Message277658
Author | gregory.p.smith |
---|---|
Recipients | Yuri.Bochkarev, gregory.p.smith, hobb0001, jyasskin, pitrou, rnk, superbobry, vstinner |
Date | 2016-09-28.19:35:55 |
SpamBayes Score | -1.0 |
Marked as misclassified | Yes |
Message-id | 1475091356.01.0.214849873232.issue8844@psf.upfronthosting.co.za |
In-reply-to |
Content |
---|
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). |
History | |||
---|---|---|---|
Date | User | Action | Args |
2016-09-28 19:35:56 | gregory.p.smith | set | recipients: + gregory.p.smith, pitrou, vstinner, jyasskin, rnk, hobb0001, superbobry, Yuri.Bochkarev |
2016-09-28 19:35:56 | gregory.p.smith | set | messageid: 1475091356.01.0.214849873232.issue8844@psf.upfronthosting.co.za |
2016-09-28 19:35:55 | gregory.p.smith | link | issue8844 messages |
2016-09-28 19:35:55 | gregory.p.smith | create |