Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 2021-12-03-11-19-44.bpo-45756.nSDJWj.rst
  • Loading branch information
sobolevn authored Jan 12, 2022
commit 345c3f419f88d7dd1195b630e055d17c45d3371d
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
We no longer execute ``@property`` descriptors while creating autospecs in
``mock.py``. This was not safe and could affect user's code in unknown way.
Do not execute ``@property`` descriptors while creating autospecs in :mod:`unittest.mock`.
This was not safe and could affect users' code in unknown way.