mirror of https://github.com/python/cpython
Bpo-37644: update suspicious.csv for distutils/examples (GH-14885)
This commit is contained in:
parent
35b87e6001
commit
22f0483d44
|
@ -4,7 +4,7 @@ c-api/sequence,,:i2,del o[i1:i2]
|
|||
c-api/sequence,,:i2,o[i1:i2]
|
||||
c-api/unicode,,:end,str[start:end]
|
||||
c-api/unicode,,:start,unicode[start:start+length]
|
||||
distutils/examples,274,`,This is the description of the ``foobar`` package.
|
||||
distutils/examples,267,`,This is the description of the ``foobar`` package.
|
||||
distutils/setupscript,,::,
|
||||
extending/embedding,,:numargs,"if(!PyArg_ParseTuple(args, "":numargs""))"
|
||||
extending/extending,,:myfunction,"PyArg_ParseTuple(args, ""D:myfunction"", &c);"
|
||||
|
|
|
Loading…
Reference in New Issue