python / asyncio

asyncio historical repository
https://docs.python.org/3/library/asyncio.html
1.03k stars 178 forks source link

Fix create_unix_server to support Path-like objects (PEP 519) #462

Closed 1st1 closed 7 years ago

1st1 commented 7 years ago

One of the recent commits broke support of PEP 519. This PR fixes loop.create_unix_server to support Path-like objects + a regression test.

cc @brettcannon

1st1 commented 7 years ago

Pushed in https://github.com/python/asyncio/commit/fff05d480760703adbc3e2d4cb3dbcfbff803c29