Skip to content

Commit 197f368

Browse files
committed
docs: clarify trace function implementation used by default depending on the Python version
1 parent 5a69e05 commit 197f368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/config.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,8 @@ Before version 4.2, this option only accepted a single string.
335335

336336
(string) Specify which trace function implementation to use. Valid values are:
337337
"pytrace" for the pure Python implementation, "ctrace" for the C implementation
338-
(default), or "sysmon" for the :mod:`sys.monitoring <python:sys.monitoring>`
339-
implementation (Python 3.12+ only).
338+
(default until Python 3.13), or "sysmon" for the :mod:`sys.monitoring <python:sys.monitoring>`
339+
implementation (default with Python 3.14+).
340340

341341
This was previously only available as the COVERAGE_CORE environment variable.
342342
Note that the "sysmon" core does not yet support plugins or dynamic contexts.

0 commit comments

Comments
 (0)