From fe305f4388574579fb3355cdd9eb68a8454a1851 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Tue, 14 Jun 2011 22:42:50 -0500 Subject: [PATCH] remove documenting a BUG about Module.get_db() not being thread-safe this is still true, but Twitter and Markov work around it suitably --- BUGS | 3 --- 1 file changed, 3 deletions(-) diff --git a/BUGS b/BUGS index ff4d266..bfa6421 100644 --- a/BUGS +++ b/BUGS @@ -6,9 +6,6 @@ dr.botzo --- BUGS * probably many, many more * possible to have not well-formed XML in pywapi.get_weather_from_google: xml.parsers.expat.ExpatError: not well-formed (invalid token) - * get_db() in Module is not thread-aware, threads other than the main bot thread - cannot call it (see Twitter.py) - ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 1 and this is thread id 2 * various stuff (or at least !alias list) doesn't get privmsg handling right, and ends up sending the reply to the bot itself (as that is the target of the incoming privmsg, same as in a channel, but the bot is supposed to overwrite the nick case