Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#286·500lines

Does the socket need to be created here?

Author: bmizhen-exosCreated Sep 13, 2020Updated Sep 13, 2020

Not sure that socked created is used anywhere

s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) https://github.com/aosabook/500lines/blob/master/ci/code/dispatcher.py#L136

Source: aosabook/500lines

View original on GitHubView discussion on GitHub