Staging
v0.8.1
https://github.com/python/cpython
Revision c598a04dd29b89ad072245ddaf738badcfb41ac7 authored by idanw206 on 06 December 2020, 09:59:36 UTC, committed by GitHub on 06 December 2020, 09:59:36 UTC
Check if NonCallableMock's spec_arg is not None instead of call its __bool__ function
1 parent 804d689
History
Tip revision: c598a04dd29b89ad072245ddaf738badcfb41ac7 authored by idanw206 on 06 December 2020, 09:59:36 UTC
bpo-42532: Check if NonCallableMock's spec_arg is not None instead of call its __bool__ function (GH23613)
Tip revision: c598a04
File Mode Size
_warnings.c.h -rw-r--r-- 2.1 KB
bltinmodule.c.h -rw-r--r-- 23.6 KB
context.c.h -rw-r--r-- 5.3 KB
import.c.h -rw-r--r-- 11.6 KB
marshal.c.h -rw-r--r-- 4.2 KB
sysmodule.c.h -rw-r--r-- 27.3 KB
traceback.c.h -rw-r--r-- 1.6 KB

back to top