tarantool/tarantool-python

Support connecting to a file descriptor

DifferentialOrange opened this issue · 1 comments

Latest patch had introduced box.session.new API for core Tarantool: tarantool/tarantool#8984

Connection to session socketpair is required so it would be possible to use tarantool-python in building sideservices.

Duplicate of #304