From d450dc9754b6e5cdb6e0a6cb2a83bb4a605cf6d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 26 May 2021 16:56:48 +0200 Subject: [PATCH] doc warning --- docs/usage.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/usage.rst b/docs/usage.rst index af88af6..ebd8324 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -3,6 +3,9 @@ Usage MiniJSON implements the same interface as json or yaml, namely: +.. warning:: Cycles are not automatically detected. They might make the application hang + or cause an MemoryError. + .. autofunction:: minijson.loads .. autofunction:: minijson.dumps -- GitLab