Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Dec 1, 2023
1 parent 481bee0 commit 2ff4441
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
Usage::
python3 test_matrix.py
python3 test_matrix.py -v # verbose mode
python3 runtests.py
python3 runtests.py --verbose
python3 runtests.py --current --verbose
"""
from __future__ import absolute_import
from __future__ import print_function
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pythoncapi_compat_cext.c
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@ static struct PyModuleDef module_def = {
PyModuleDef_HEAD_INIT,
MODULE_NAME_STR, // m_name
_Py_NULL, // m_doc
0, // m_doc
0, // m_size
methods, // m_methods
#if PY_VERSION_HEX >= 0x03050000
module_slots, // m_slots
Expand Down

0 comments on commit 2ff4441

Please sign in to comment.