[issue40805] Can no longer patch flask.g

Chris Withers report at bugs.python.org
Wed Jun 3 06:09:23 EDT 2020


Chris Withers <chris at withers.org> added the comment:

Terry, mock is now a rolling backport of unittest.mock with all development taking place in cpython's repo. If issues are reported there, they need to be triaged here first, as it's most likely a bug in unittest.mock that needs fixing here.

Rob, please can you see if this is reproducible on Python 3.8 or 3.9, replacing `from mock import` with `from unittest.mock` import?

----------
nosy: +cjw296

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


More information about the Python-bugs-list mailing list