Re: update: mail/offlineimap to latest HEAD

2024-05-12 Thread Jon Fineman
Sebastien Marie writes: > Hi, > > With the switch to python-3.11 by default, mail/offlineimap stopped > working due to some (wrong) assertion: > > AssertionError: Your sqlite is not multithreading safe. > > The `sqlite3.threadsafety` changed in python-3.11, the value is set > dynamically

update: mail/offlineimap to latest HEAD

2024-05-11 Thread Sebastien Marie
Hi, With the switch to python-3.11 by default, mail/offlineimap stopped working due to some (wrong) assertion: AssertionError: Your sqlite is not multithreading safe. The `sqlite3.threadsafety` changed in python-3.11, the value is set dynamically instead of hard-coding it to 1, and