Roundup Tracker - Issues

Message8156

Author rouilj
Recipients rouilj
Date 2024-10-22.15:11:54
Message-id <1729609914.75.0.84871903098.issue2551367@roundup.psfhosted.org>
In-reply-to
Newer versions of python (3.13+ https://docs.python.org/3/library/dbm.html#module-dbm.sqlite3)
use sqlite as a key/value store replacing the use of (g)dbm, bdb.

This will be a win on windows where dbm backend devolved to dumbdbm which performs
poorly.

However as msg8151 indicates, there may be issues with tests.

So far 3.13 runs seem to complete ok in CI:

   https://github.com/roundup-tracker/roundup/actions/runs/11394478475/job/31704876042

but I can't tell if it's using the sqlite backend.

This issue tracks any changes required to support the back end change and verify
that 3.13 tests are using and working ok with sqlite.
History
Date User Action Args
2024-10-22 15:11:54rouiljsetrecipients: + rouilj
2024-10-22 15:11:54rouiljsetmessageid: <1729609914.75.0.84871903098.issue2551367@roundup.psfhosted.org>
2024-10-22 15:11:54rouiljlinkissue2551367 messages
2024-10-22 15:11:54rouiljcreate