tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
101 stars 46 forks source link

conn: create from socket fd #316

Closed askalt closed 1 year ago

askalt commented 1 year ago

This patch adds the ability to create Tarantool connection using an existing socket fd.

I didn't forget about:

Closes #304

askalt commented 1 year ago

There will be one more test (with Tarantool made sockets and child process), but in general it is already ready for the review.