We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 481bee0 commit 2ff4441Copy full SHA for 2ff4441
runtests.py
@@ -4,8 +4,9 @@
4
5
Usage::
6
7
- python3 test_matrix.py
8
- python3 test_matrix.py -v # verbose mode
+ python3 runtests.py
+ python3 runtests.py --verbose
9
+ python3 runtests.py --current --verbose
10
"""
11
from __future__ import absolute_import
12
from __future__ import print_function
tests/test_pythoncapi_compat_cext.c
@@ -1575,7 +1575,7 @@ static struct PyModuleDef module_def = {
1575
PyModuleDef_HEAD_INIT,
1576
MODULE_NAME_STR, // m_name
1577
_Py_NULL, // m_doc
1578
- 0, // m_doc
+ 0, // m_size
1579
methods, // m_methods
1580
#if PY_VERSION_HEX >= 0x03050000
1581
module_slots, // m_slots
0 commit comments