diff options
author | melanie witt <melwittt@gmail.com> | 2023-05-23 23:10:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-23 23:10:34 (GMT) |
commit | 2e0931046dcc200fd6abb2cdfaf57d8b99117c57 (patch) | |
tree | ebb46d171eacd829f6ec537077a812676393d4ca /Misc | |
parent | 6b1510cf11c16c8e4381810c15ceeda6f89e79f4 (diff) | |
download | cpython-2e0931046dcc200fd6abb2cdfaf57d8b99117c57.zip cpython-2e0931046dcc200fd6abb2cdfaf57d8b99117c57.tar.gz cpython-2e0931046dcc200fd6abb2cdfaf57d8b99117c57.tar.bz2 |
gh-85934: Use getattr_static when adding mock spec (#22209)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-09-16-16-53-06.bpo-41768.8_fWkC.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-09-16-16-53-06.bpo-41768.8_fWkC.rst b/Misc/NEWS.d/next/Library/2020-09-16-16-53-06.bpo-41768.8_fWkC.rst new file mode 100644 index 0000000..bfd3a29 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-09-16-16-53-06.bpo-41768.8_fWkC.rst @@ -0,0 +1,2 @@ +:mod:`unittest.mock` speccing no longer calls class properties. +Patch by Melanie Witt. |