mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Typo in comment.
This commit is contained in:
parent
2d62965734
commit
fa05ce3c1d
1 changed files with 1 additions and 1 deletions
|
@ -3775,7 +3775,7 @@ load_extension(Unpicklerobject *self, int nbytes)
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
/* Since the extension registry is manipulable via Python code,
|
/* Since the extension registry is manipulable via Python code,
|
||||||
* confirm that obj is really a 2-tuple of strings.
|
* confirm that pair is really a 2-tuple of strings.
|
||||||
*/
|
*/
|
||||||
if (!PyTuple_Check(pair) || PyTuple_Size(pair) != 2 ||
|
if (!PyTuple_Check(pair) || PyTuple_Size(pair) != 2 ||
|
||||||
!PyString_Check(module_name = PyTuple_GET_ITEM(pair, 0)) ||
|
!PyString_Check(module_name = PyTuple_GET_ITEM(pair, 0)) ||
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue