You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But before we decide something like that using a gut feeling, maybe we should check if the most popular distros (especially for raspberry pi and the like) already switched to python 3 by default, etc. This might be a more reasonable thing to act upon before we break everybodies CM setup!
Ah, I actually was mostly in favor of this due to the failing tests, but now I see those are due to pypy -- any chance you can remove/fix that test, @devsnd?
Explicitly close all db cursors in sqlitecache.py, so we can commit to db
even if the cursor objects have not been garbage collected and thus been
implicitly closed.
(Other Python implementations like PyPy do not mimic CPython's behavior of
immmediately garbage collecting stale objects, as it's just an implementation
detail and not part of the language spec.)
Leads to annoying CI failures such as: https://travis-ci.org/devsnd/cherrymusic/jobs/255910887
honestly, just switch to python 3
The text was updated successfully, but these errors were encountered: