mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
417bd1afa2
PyPy (>= 3.6) was consistently erroring out during `pokedex load`, with the error OperationalError: (_sqlite3.OperationalError) cannot commit transaction - SQL statements in progress (Background on this error at: http://sqlalche.me/e/e3q8) It turns out PyPy was not garbage collecting something, causing a database cursor to be left open. See the giant comment block for details. |
||
---|---|---|
.. | ||
__init__.py | ||
dependencies.py | ||
load.py | ||
markdown.py | ||
multilang.py | ||
oracle.py | ||
tables.py | ||
translations.py | ||
util.py |