Bpo-37644: update suspicious.csv for distutils/examples (GH-14885)

This commit is contained in:
Ned Deily 2019-07-21 20:01:56 +02:00 committed by GitHub
parent 35b87e6001
commit 22f0483d44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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);"

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
4 c-api/sequence :i2 o[i1:i2]
5 c-api/unicode :end str[start:end]
6 c-api/unicode :start unicode[start:start+length]
7 distutils/examples 274 267 ` This is the description of the ``foobar`` package.
8 distutils/setupscript ::
9 extending/embedding :numargs if(!PyArg_ParseTuple(args, ":numargs"))
10 extending/extending :myfunction PyArg_ParseTuple(args, "D:myfunction", &c);