This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Rob Taft
Recipients Rob Taft, cjw296, rkm, terry.reedy, xtreak
Date 2020-06-03.13:33:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591191181.76.0.338725211824.issue40805@roundup.psfhosted.org>
In-reply-to
Content
I have confirmed that using unittest.mock instead of the 3rd party mock library in python 3.8.3 and 3.9-dev fails to patch flask.g.  3.7.7 works correctly.
History
Date User Action Args
2020-06-03 13:33:01Rob Taftsetrecipients: + Rob Taft, terry.reedy, cjw296, xtreak, rkm
2020-06-03 13:33:01Rob Taftsetmessageid: <1591191181.76.0.338725211824.issue40805@roundup.psfhosted.org>
2020-06-03 13:33:01Rob Taftlinkissue40805 messages
2020-06-03 13:33:01Rob Taftcreate