asyncio icon indicating copy to clipboard operation
asyncio copied to clipboard

Make SelectorTransport.max_size _protected or move to constants.py

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

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 code.google.com by [email protected] on 26 Nov 2013 at 8:55

GoogleCodeExporter avatar Apr 10 '15 16:04 GoogleCodeExporter