Skip to content

Commit b3b50c0

Browse files
committed
Document requires_limited_api
1 parent 4b946d4 commit b3b50c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Doc/library/test.rst

+6
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,12 @@ The :mod:`test.support` module defines the following functions:
794794
Decorator for only running the test if :data:`HAVE_DOCSTRINGS`.
795795

796796

797+
.. decorator:: requires_limited_api
798+
799+
Decorator for only running the test if :ref:`Limited C API <stable>`
800+
is available.
801+
802+
797803
.. decorator:: cpython_only
798804

799805
Decorator for tests only applicable to CPython.

0 commit comments

Comments
 (0)