Skip to content

Commit 2ff4441

Browse files
committed
Update tests
1 parent 481bee0 commit 2ff4441

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

runtests.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
55
Usage::
66
7-
python3 test_matrix.py
8-
python3 test_matrix.py -v # verbose mode
7+
python3 runtests.py
8+
python3 runtests.py --verbose
9+
python3 runtests.py --current --verbose
910
"""
1011
from __future__ import absolute_import
1112
from __future__ import print_function

tests/test_pythoncapi_compat_cext.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,7 @@ static struct PyModuleDef module_def = {
15751575
PyModuleDef_HEAD_INIT,
15761576
MODULE_NAME_STR, // m_name
15771577
_Py_NULL, // m_doc
1578-
0, // m_doc
1578+
0, // m_size
15791579
methods, // m_methods
15801580
#if PY_VERSION_HEX >= 0x03050000
15811581
module_slots, // m_slots

0 commit comments

Comments
 (0)