neo4j / neo4j-python-driver

Neo4j Bolt driver for Python
https://neo4j.com/docs/api/python-driver/current/
Other
898 stars 186 forks source link

Fix data race in routing pool #852

Closed robsdedude closed 1 year ago

robsdedude commented 1 year ago

A race condition could lead to KeyError where the pool assumes a routing table for a database exists, while another concurrent execution path purged it.