Staging
v0.5.1
https://github.com/python/cpython
Revision 4594565b56e9c99d2d3fb7549041bbca5ecba8e2 authored by Miss Islington (bot) on 09 December 2019, 06:59:04 UTC, committed by Chris Withers on 09 December 2019, 06:59:04 UTC
This means a clearer message is now shown when patch.object is called with two string arguments, rather than a class and a string argument.
(cherry picked from commit cd90a52983db34896a6335a572d55bdda274778f)

Co-authored-by: Elena Oat <oat.elena@gmail.com>
1 parent 184a381
History
Tip revision: 4594565b56e9c99d2d3fb7549041bbca5ecba8e2 authored by Miss Islington (bot) on 09 December 2019, 06:59:04 UTC
bpo-38669: patch.object now raises a helpful error (GH17510)
Tip revision: 4594565
File Mode Size
__init__.py -rw-r--r-- 1.2 KB
__main__.py -rw-r--r-- 3.3 KB
base_events.py -rw-r--r-- 70.3 KB
base_futures.py -rw-r--r-- 1.8 KB
base_subprocess.py -rw-r--r-- 8.6 KB
base_tasks.py -rw-r--r-- 2.2 KB
constants.py -rw-r--r-- 888 bytes
coroutines.py -rw-r--r-- 8.6 KB
events.py -rw-r--r-- 25.6 KB
exceptions.py -rw-r--r-- 1.5 KB
format_helpers.py -rw-r--r-- 2.3 KB
futures.py -rw-r--r-- 12.8 KB
locks.py -rw-r--r-- 16.9 KB
log.py -rw-r--r-- 124 bytes
proactor_events.py -rw-r--r-- 30.4 KB
protocols.py -rw-r--r-- 7.0 KB
queues.py -rw-r--r-- 8.0 KB
runners.py -rw-r--r-- 2.0 KB
selector_events.py -rw-r--r-- 38.3 KB
sslproto.py -rw-r--r-- 26.6 KB
staggered.py -rw-r--r-- 5.8 KB
streams.py -rw-r--r-- 26.0 KB
subprocess.py -rw-r--r-- 7.9 KB
tasks.py -rw-r--r-- 32.3 KB
transports.py -rw-r--r-- 10.2 KB
trsock.py -rw-r--r-- 5.7 KB
unix_events.py -rw-r--r-- 47.7 KB
windows_events.py -rw-r--r-- 31.9 KB
windows_utils.py -rw-r--r-- 4.9 KB

back to top