Thanks to visit codestin.com Credit goes to github.com
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 b4588c2 commit 97ae32cCopy full SHA for 97ae32c
1 file changed
Modules/_testcapimodule.c
@@ -5194,7 +5194,7 @@ static PyMethodDef generic_alias_methods[] = {
5194
{NULL} /* sentinel */
5195
};
5196
5197
-PyTypeObject GenericAlias_Type = {
+static PyTypeObject GenericAlias_Type = {
5198
PyVarObject_HEAD_INIT(NULL, 0)
5199
"GenericAlias",
5200
sizeof(PyGenericAliasObject),
@@ -5231,7 +5231,7 @@ static PyMethodDef generic_methods[] = {
5231
5232
5233
5234
-PyTypeObject Generic_Type = {
+static PyTypeObject Generic_Type = {
5235
5236
"Generic",
5237
sizeof(PyGenericObject),
0 commit comments