mirror of https://github.com/python/cpython.git
PySequence_In() -> PySequence_Contains().
This commit is contained in:
parent
7df115de65
commit
b1ed9c5295
|
@ -131,7 +131,7 @@ spam2(op_or_ , PyNumber_Or)
|
|||
spami(isSequenceType , PySequence_Check)
|
||||
spam2(op_concat , PySequence_Concat)
|
||||
spamoi(op_repeat , PySequence_Repeat)
|
||||
spami2(sequenceIncludes, PySequence_In)
|
||||
spami2(sequenceIncludes, PySequence_Contains)
|
||||
spami2(indexOf , PySequence_Index)
|
||||
spami2(countOf , PySequence_Count)
|
||||
spami(isMappingType , PyMapping_Check)
|
||||
|
|
Loading…
Reference in New Issue