mirror of
https://github.com/python/cpython.git
synced 2025-11-24 12:20:42 +00:00
gh-116146: Avoid empty braces in _testembed.c (GH-141556)
This commit is contained in:
parent
a415a1812c
commit
eab7385858
1 changed files with 1 additions and 1 deletions
|
|
@ -2255,7 +2255,7 @@ exec_module(PyObject* self, PyObject* mod)
|
|||
static PyMethodDef create_static_module_methods[] = {
|
||||
{"create_module", create_module, METH_O, NULL},
|
||||
{"exec_module", exec_module, METH_O, NULL},
|
||||
{}
|
||||
{NULL}
|
||||
};
|
||||
|
||||
static struct PyModuleDef create_static_module_def = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue