-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
#6974 changed
Line 124 in dbcd737
| if (!PyArg_ParseTuple(args, "y#", &buffer, &bufsize)) { |
y* instead of y# so that it can accept a memoryview object, and notes that y* is actually the recommended way to accept binary data. y# is used in a few other locations; should these be changed as well?
Line 201 in 7d8a08b
| if (!PyArg_ParseTuple(args, "y#:frombytes", &ptr, &bytes)) { |
Line 721 in 7d8a08b
| "y#(ii)(iiii):_load", |
Line 567 in 7d8a08b
| "ss|nnny#", |
Line 1060 in 7d8a08b
| "ss|nnnnnnnnOz#y#y#", |
Line 1644 in 7d8a08b
| if (!PyArg_ParseTuple(args, "sy#", &rawmode, &palette, &palettesize)) { |
Line 1709 in 7d8a08b
| if (!PyArg_ParseTuple(args, "y#", &values, &length)) { |
Line 2220 in 7d8a08b
| "y#y#", |
Line 2544 in 7d8a08b
| args, "O!y#", &Imaging_Type, &imagep, &glyphdata, &glyphdata_length)) { |
Line 124 in 7d8a08b
| if (!PyArg_ParseTuple(args, "y#:profile_frombytes", &pProfile, &nProfile)) { |
Line 142 in 7d8a08b
| "etn|nsy#n", |
Line 1099 in 7d8a08b
| list_name = Py_BuildValue("y#", name.string, name.string_len); |
Line 1145 in 7d8a08b
| axis_name = Py_BuildValue("y#", name.string, name.string_len); |
Line 599 in 7d8a08b
| "y#iiifss#iis#s#", |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels