]> git.ipfire.org Git - thirdparty/psycopg.git/commit
perf(windows): don't use wait_c.
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 19 Sep 2023 20:38:03 +0000 (22:38 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 21 Sep 2023 09:22:59 +0000 (11:22 +0200)
commit0b8379bc93fbd4a86abe10c0d8d648cfa964eb08
tree28e6f693eacfc29185109e8b007501bb873572dd
parent3c59850cd23a252cc6a17e036d20558af3b78033
perf(windows): don't use wait_c.

The function was reported to use excessive CPU. Need to investigate,
however, for the moment, suspend its usage on Windows.

See #645.
docs/news.rst
psycopg/psycopg/waiting.py