Skip to content

Commit eae18d3

Browse files
committed
Add note for bcc mode, the traceback of exception may be empty
1 parent fc439c4 commit eae18d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/topic/bccmode.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,9 @@ Here are some changed features in the BCC mode:
185185
186186
* Some exception messages may different from the plain script.
187187

188-
* Most of function attributes which starts with ``__`` doesn't exists, or the value is different from the original.
188+
* Most of function attributes which starts with ``__`` doesn't exists, or the value is different from the original. For example, there is no `__qualname__` for BCC function.
189+
190+
* The traceback of exception may be empty or different from the original script
189191

190192
Unsupported features
191193
====================

0 commit comments

Comments
 (0)