Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit6f8b69f

Browse files
committed
fix
1 parent46fa0a3 commit6f8b69f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎Objects/obmalloc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,6 @@ _PyObject_XSetRefDelayed(PyObject **ptr, PyObject *value)
12381238
PyObject*old=*ptr;
12391239
FT_ATOMIC_STORE_PTR_RELEASE(*ptr,Py_NewRef(value));
12401240
_PyObject_XDecRefDelayed(old);
1241-
Py_XDECREF(old);
12421241
}
12431242
#endif
12441243

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp