.hgignore
author Edouard Tisserant
Tue, 09 Apr 2019 09:13:55 +0200
changeset 2582 8f0d6c5fd55f
parent 2352 fec90dc70e16
child 3193 8006bb60a4dd
permissions -rw-r--r--
Fix deadlock when indirectly calling PLCObject's evaluator() from twisted of wx event loops. Was freezing while transfer/start/stop through Wamp. Serialize all PLCObject's call to self.PythonRuntimeCall into the same PythonThread thread.
.project

.directory
.pytest_cache
.cache
.coverage_full

syntax: regexp
^tests/.*/build$
^.idea/.*
syntax: regexp
^.*\.pyc$
syntax: regexp
^.*~$
syntax: regexp
^.*\.swp$

bug_report.*\.txt
i18n/.*.new$
revision

doc/_build
doc/locale