We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a69e05 commit 4b92214Copy full SHA for 4b92214
doc/config.rst
@@ -335,8 +335,9 @@ Before version 4.2, this option only accepted a single string.
335
336
(string) Specify which trace function implementation to use. Valid values are:
337
"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).
+(default until Python 3.13),
+or "sysmon" for the :mod:`sys.monitoring <python:sys.monitoring>`
340
+implementation (default with Python 3.14+).
341
342
This was previously only available as the COVERAGE_CORE environment variable.
343
Note that the "sysmon" core does not yet support plugins or dynamic contexts.
0 commit comments