Staging
v0.5.1
https://github.com/python/cpython
Revision 8d9efc4a2750e0512c0d2af27c70c3dea018a4e6 authored by Miss Islington (bot) on 19 September 2019, 06:41:35 UTC, committed by Stéphane Wirtel on 19 September 2019, 06:41:35 UTC
The function return type is void, not int.
(cherry picked from commit d299b8b47d9dbea8fec2c2abcb6c32ad32f5f4d1)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
1 parent 16eb623
History
Tip revision: 8d9efc4a2750e0512c0d2af27c70c3dea018a4e6 authored by Miss Islington (bot) on 19 September 2019, 06:41:35 UTC
Fix _PyTraceMalloc_Fini() definition (GH-16259) (GH-16278)
Tip revision: 8d9efc4
File Mode Size
testmock
__init__.py -rw-r--r-- 584 bytes
__main__.py -rw-r--r-- 596 bytes
_test_warnings.py -rw-r--r-- 2.2 KB
dummy.py -rw-r--r-- 50 bytes
support.py -rw-r--r-- 3.7 KB
test_assertions.py -rw-r--r-- 16.7 KB
test_async_case.py -rw-r--r-- 6.1 KB
test_break.py -rw-r--r-- 9.3 KB
test_case.py -rw-r--r-- 71.0 KB
test_discovery.py -rw-r--r-- 33.2 KB
test_functiontestcase.py -rw-r--r-- 5.4 KB
test_loader.py -rw-r--r-- 61.6 KB
test_program.py -rw-r--r-- 14.7 KB
test_result.py -rw-r--r-- 24.4 KB
test_runner.py -rw-r--r-- 35.9 KB
test_setups.py -rw-r--r-- 16.1 KB
test_skipping.py -rw-r--r-- 9.4 KB
test_suite.py -rw-r--r-- 14.8 KB

back to top