From 3dfc78a7906d429f1b2635c661b051bad0a01fec Mon Sep 17 00:00:00 2001 From: Geza Lore Date: Fri, 3 May 2024 09:42:21 +0100 Subject: [PATCH] Update docs/guide/warnings.rst Co-authored-by: Wilson Snyder --- docs/guide/warnings.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/warnings.rst b/docs/guide/warnings.rst index 5f67d1313a8..b70f30210b0 100644 --- a/docs/guide/warnings.rst +++ b/docs/guide/warnings.rst @@ -234,6 +234,7 @@ List Of Warnings 3. If the element type of the array is a compound type. + 4. In versions before 5.026, any delayed assignment to an array. It might slightly improve run-time performance if you change the non-blocking assignment inside the loop into a blocking assignment (that is: use '=' instead of '<='), if possible.