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

Commit23eb3aa

Browse files
authored
Update Objects/listobject.c
1 parent7c1a835 commit23eb3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Objects/listobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ list_pop_impl(PyListObject *self, Py_ssize_t index)
10261026
PyObject**items=self->ob_item;
10271027
v=items[index];
10281028
constPy_ssize_tsize_after_pop=Py_SIZE(self)-1;
1029-
if(size_after_pop==0) {
1029+
if(size_after_pop==0) {
10301030
Py_INCREF(v);
10311031
status=_list_clear(self);
10321032
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp