In looking for additional details in getting to the bottom of this issue: https://github.com/webpy/webpy/issues/214
I came across this post: On Tuesday, September 11, 2007 9:49:39 PM UTC-4, Adam Atlas wrote: > > On 11 Sep 2007, at 21:11, bubblboy wrote: > > $ grep threadsafe * > > utils.py:re_compile = memoize(re.compile) #@@ threadsafe? > > I don't know why this would or wouldn't be threadsafe, but it should > disappear altogether. re.compile is already memoized. Rly! (Indeed, > check sre.py.) > I am wondering if anything ever came about from this suggestions, or if anybody has tips on preventing the 'error: release unlocked lock' caused by the non-thread-safe: https://github.com/webpy/webpy/blob/master/web/utils.py#L509 "re_compile = memoize(re.compile) #@@ threadsafe?" Thanks, Aaron -- You received this message because you are subscribed to the Google Groups "web.py" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
