This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, malversan, yselivanov
Date 2019-09-26.12:56:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569502600.92.0.995608599306.issue38285@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2019-09-26 12:56:40asvetlovsetrecipients: + asvetlov, yselivanov, malversan
2019-09-26 12:56:40asvetlovsetmessageid: <1569502600.92.0.995608599306.issue38285@roundup.psfhosted.org>
2019-09-26 12:56:40asvetlovlinkissue38285 messages
2019-09-26 12:56:40asvetlovcreate