Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c634b91

Browse filesBrowse files
committed
fix #104190
1 parent d012237 commit c634b91
Copy full SHA for c634b91

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Modules/_testcapimodule.c

Copy file name to clipboardExpand all lines: Modules/_testcapimodule.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4222,7 +4222,7 @@ PyInit__testcapi(void)
42224222
return NULL;
42234223
}
42244224
int ret = PyModule_AddType(m, (PyTypeObject*)ObjExtraData_Type);
4225-
Py_DECREF(&ObjExtraData_Type);
4225+
Py_DECREF(ObjExtraData_Type);
42264226
if (ret < 0) {
42274227
return NULL;
42284228
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.