From f07c3aa4a15cc2a9817c54c5c21d3e9f4b95f938 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 15 Sep 2022 19:39:34 -0400 Subject: [PATCH] Add nooz --- nooz/324.bugfix.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nooz/324.bugfix.rst diff --git a/nooz/324.bugfix.rst b/nooz/324.bugfix.rst new file mode 100644 index 0000000..2f2229e --- /dev/null +++ b/nooz/324.bugfix.rst @@ -0,0 +1,4 @@ +Only set `._debug.Lock.local_pdb_complete` if has been created. + +This can be triggered by a very rare race condition (and thus we have no +working test yet) but it is known to exist in (a) consumer project(s).