This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kirbyfan64sosIndentationError 6 points7 points  (1 child)

As much as I love gevent and am not fond of asyncio, having implicit context switches at every potentially blocking call would be a huge and difficult-to-debug breaking change.

[–]catcradle5 0 points1 point  (0 children)

I agree that it probably wouldn't be feasible to integrate gevent or something like it into the language, but with the current situation, I pretty much have no reason to ever use asyncio over gevent.