Message226000
| Author |
vstinner |
| Recipients |
BreamoreBoy, giampaolo.rodola, josiahcarlson, nirs, vstinner |
| Date |
2014年08月27日.16:47:31 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1409158051.98.0.235443234584.issue6550@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
The latest patch was written 5 years ago, it's probably a huge work to rebase it. Giampaolo wrote that the code changed a lot since this time (especially code handling errors).
asyncore-fix-refused-4.patch catchs EBADF. To me, it looks like a bug: if you get a EBADF error, we already made something wrong before.
The patch doesn't call obj.handle_expt_event() anymore in _exception() if obj is not a socket. It don't understand why. I don't understand neither why _exception() now raises a new socket error instead of calling obj.handle_expt_event().
All these changes are non trivial. I don't feel able to review the patch.
Sorry, I'm not interested to invest time on this deprecated module. It's time to move forward, to asyncio, and so I close this issue. |
|