Skip to content

Commit 4b92214

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/config.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,9 @@ 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),
339+
or "sysmon" for the :mod:`sys.monitoring <python:sys.monitoring>`
340+
implementation (default with Python 3.14+).
340341

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

0 commit comments

Comments
 (0)