.hgignore
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Tue, 02 Apr 2013 14:46:13 +0200
branchstable
changeset 8837 f7f4238ffe3c
parent 8252 3e769d21f67a
child 9500 2735915bbc5d
permissions -rw-r--r--
[service] extract session retrieval from "task" closure The session was retrieved there because `set_cnxset` must be called in the same thread as the code using it. We now retrieve the session beforehand and explicitly call `set_cnxset`.

\.svn
^build$
^dist$
\.pyc$
\.pyo$
\.bak$
\.old$
\~$
\#.*?\#$
\.swp$
^doc/book/en/apidoc$
\.old$
syntax: regexp
.*/data/database/.*\.sqlite
.*/data/database/.*\.config
.*/data/database/tmpdb.*
.*/data/ldapdb/.*
^doc/html/
^doc/doctrees/
^doc/book/en/devweb/js_api/