asyncio icon indicating copy to clipboard operation
asyncio copied to clipboard

asyncio historical repository

Results 87 asyncio issues
Sort by recently updated
recently updated
newest added

``` Hi, While working on a fix to issue #106, I realized that no unit test uses the selector classes of the selectors module. Only mocks are used. It would...

auto-migrated
Priority-Medium
Type-Defect

``` There are no isinstance checks for protocols and the transport implementation classes don't subclass their abstract counterparts. Perhaps we should have some of these? ``` Original issue reported on...

auto-migrated
Type-Defect
Priority-Low

``` In selector_events::SelectorTransport there's an undocumented but public class variable max_size that determines how large a buffer to pass to recv(). This shouldn't be public. ``` Original issue reported on...

auto-migrated
Type-Defect
Priority-Low

``` This is a feature request, not a bug. Thread names are a common logging aide in Python and other mainstream languages. Since a particular Tulip event loop is inherently...

auto-migrated
Type-Defect
Priority-Low

``` There are a couple of XXX comments in the SSL socket transport that deserve more attention; more so now I've implemented pause()/resume(). See this thread: https://groups.google.com/forum/#!topic/python-tulip/1ih4FKvdUuI ``` Original issue...

auto-migrated
Type-Defect
Priority-High

``` There was some discussion about UDP error handling, and why it's currently wrong. See https://groups.google.com/forum/#!searchin/python-tulip/udp/python-tulip/LeVWGLe -a_k/MMIyZi-oWRkJ for details. ``` Original issue reported on code.google.com by `[email protected]` on 30 Sep...

auto-migrated
Priority-Medium
Type-Defect

``` There's been some good talk at PyCon about the danger of using subclassing as an API style, and recommending composition of objects instead. We should review all our APIs...

auto-migrated
Type-Defect
Priority-Low