]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix(test): wait for thread end before reading process stdout
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 21 May 2025 09:34:50 +0000 (11:34 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 21 May 2025 09:34:50 +0000 (11:34 +0200)
commita02e5922cc19ad965277bd0cdea11655279acf48
tree37d1094d92c7ccc4cae2ae169af6513a3e96844e
parent48a151b805224f090577341e7809cd7fc9fcc3a3
fix(test): wait for thread end before reading process stdout

Should solve what seems a race condition on PyPy and free-threaded
Python (see #1096).
tests/test_concurrency.py