From 1fccefab5a2bf95fd3afb43220f45b4b669a8143 Mon Sep 17 00:00:00 2001 From: ColinDuquesnoy Date: Thu, 31 Oct 2013 16:26:49 +0100 Subject: [PATCH] Documentation: add thread safety warning in API --- jedi/api.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jedi/api.py b/jedi/api.py index a6f3dd3f..ed0ed9b0 100644 --- a/jedi/api.py +++ b/jedi/api.py @@ -5,6 +5,8 @@ use its methods. Additionally you can add a debug function with :func:`set_debug_function` and catch :exc:`NotFoundError` which is being raised if your completion is not possible. + +.. warning:: Please, note that Jedi is **not thread safe**. """ from __future__ import with_statement