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.

classification
Title: create_pipe_connection and start_serving_pipe not documented
Type: Stage:
Components: asyncio Versions: Python 3.9, Python 3.8, Python 3.7, Python 3.6, Python 3.5
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: asvetlov, primal, yselivanov
Priority: normal Keywords:

Created on 2019-08-11 02:12 by primal, last changed 2022-04-11 14:59 by admin.

Messages (1)
msg349371 - (view) Author: Paul Martin (primal) * Date: 2019-08-11 02:12
I found these two methods in the windows_events code for asyncio. Is there a reason why they don't seem to be documented, and are not included in AbstractServer? They provide a good Windows alternative to create_unix_server & create_unix_connection for inter-process communication.
History
Date User Action Args
2022-04-11 14:59:19adminsetgithub: 81998
2019-08-11 02:12:15primalcreate