MagicStack / asyncpg

A fast PostgreSQL Database Client Library for Python/asyncio.
Apache License 2.0
6.88k stars 399 forks source link

Disable JIT while doing type introspection #1082

Closed elprans closed 11 months ago

elprans commented 12 months ago

The misapplication of JIT to asyncpg introspection queries has been a constant source of user complaints.

Closes: #530 Closes: #1078 Previously: #875, #794, #782, #741, #727 (and probably more).