aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings
diff options
context:
space:
mode:
authorGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-04-30 19:51:16 +0200
committerGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-04-30 19:51:16 +0200
commitfcfb619b44b0011ac6bc557e6cbe2d516bc58f8a (patch)
tree66e9cb41dff1cf67ff2fc61c14000716270dea06 /bindings
parentca1e232e5fa35c2fabe0ef4fcb78911bcffe67b8 (diff)
python: remove a note stating wrong things about the memory management
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/notmuch/database.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/bindings/python/notmuch/database.py b/bindings/python/notmuch/database.py
index 5c62d457..1db332fe 100644
--- a/bindings/python/notmuch/database.py
+++ b/bindings/python/notmuch/database.py
@@ -64,14 +64,6 @@ class Database(object):
Any function in this class can and will throw an
:exc:`NotInitializedError` if the database was not intitialized
properly.
-
- .. note::
-
- Do remember that as soon as we tear down (e.g. via `del db`) this
- object, all underlying derived objects such as queries, threads,
- messages, tags etc will be freed by the underlying library as well.
- Accessing these objects will lead to segfaults and other unexpected
- behavior. See above for more details.
"""
_std_db_path = None
"""Class attribute to cache user's default database"""