tarantool / tarantool-python

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

Support connecting to a file descriptor #308

Closed DifferentialOrange closed 1 year ago

DifferentialOrange commented 1 year ago

Latest patch had introduced box.session.new API for core Tarantool: https://github.com/tarantool/tarantool/pull/8984

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

DifferentialOrange commented 1 year ago

Duplicate of #304