diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-01-30 08:03:11 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-01-30 11:48:59 -0500 |
| commit | ea71ae9a65b14e20c982c818e3c10e50af9ae677 (patch) | |
| tree | 1f1828e21bbaecdff74ea83cbd1eeb71bceeaef7 /doc | |
| parent | e6a810246f0316f6518d54148b3303c9b2f47f57 (diff) | |
| download | python-coveragepy-git-ea71ae9a65b14e20c982c818e3c10e50af9ae677.tar.gz | |
fix: use a re-entrant lock to avoid self-deadlocking #1310
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/cmd.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index 46d21575..afc9c27a 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -969,6 +969,8 @@ of operation to log: * ``dataop``: log when data is added to the CoverageData object. +* ``lock``: log operations acquiring locks in the data layer. + * ``multiproc``: log the start and stop of multiprocessing processes. * ``pid``: annotate all warnings and debug output with the process and thread |
