commit | 3fcc1e08db6fb7e17acc4a8f63be3e42f52f094b | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Dec 18 13:57:17 2018 +0200 |
committer | GitHub <noreply@github.com> | Tue Dec 18 13:57:17 2018 +0200 |
tree | 4f142af24eb8ba7869649598ac36be5aa35e192d | |
parent | 62a68b762a479a72c3defba9ace5f72a0063c5c6 [diff] [blame] |
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
diff --git a/Doc/c-api/number.rst b/Doc/c-api/number.rst index 3c7605a..296b21c 100644 --- a/Doc/c-api/number.rst +++ b/Doc/c-api/number.rst
@@ -280,3 +280,4 @@ Returns ``1`` if *o* is an index integer (has the nb_index slot of the tp_as_number structure filled in), and ``0`` otherwise. + This function always succeeds.