Skip to content

Commit 18bf345

Browse files
committed
Clarify that execute_reply messages have execution_count for any status
Closes gh-443
1 parent 4d8a115 commit 18bf345

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/messaging.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,9 @@ All reply messages have a ``'status'`` field, which will have one of the followi
305305
but with no information about the error.
306306
No fields should be present other that `status`.
307307

308+
As a special case, ``execute_reply`` messages (see :ref:`execution_results`)
309+
have an ``execution_count`` field regardless of their status.
310+
308311
.. versionchanged:: 5.1
309312

310313
``status='abort'`` has not proved useful, and is considered deprecated.

0 commit comments

Comments
 (0)