Andrew Svetlov <andrew.svet...@gmail.com> added the comment:

We can implement these using the following procedure:

1. Use only one socket type per pull request
2. Add support for, e.g. SOCK_SEQPACKET to asyncio code
3. Add test(s) that checks that SOCK_SEQPACKET works fine 
(./Lib/test/test_asyncio folder, perhaps test_events.py)
4. Merge the PR, repeat bullet 1) for the next socket type.

Would you work on pull requests?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue38285>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to