[issue44064] Python39/lib/logging/__init__.py SyntaxError: cannot delete starred

Kathleen West report at bugs.python.org
Thu May 6 21:51:37 EDT 2021


Kathleen West <kathleen.elizabeth.west at gmail.com> added the comment:

I literally changed the base logging code to this and it worked

            finally:
                del t
                del v
                del tb

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44064>
_______________________________________


More information about the Python-bugs-list mailing list