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. |
||
---|---|---|
.. | ||
cli | ||
data/csv | ||
db | ||
doc | ||
struct | ||
tests | ||
util | ||
__init__.py | ||
__main__.py | ||
compatibility.py | ||
defaults.py | ||
formulae.py | ||
lookup.py | ||
main.py | ||
roomaji.py | ||
search.py |