summaryrefslogtreecommitdiffstats
path: root/Python/codecs.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-09-10 17:46:52 (GMT)
committerGitHub <noreply@github.com>2019-09-10 17:46:52 (GMT)
commit98224d24d1d69383ccc6336e87e362f986c99169 (patch)
tree54288ce502781c0d36fbcc5424673c1e4359550b /Python/codecs.c
parent63909cdc2ff4eec58cc2b56426f2c725ccd4ba2b (diff)
downloadcpython-98224d24d1d69383ccc6336e87e362f986c99169.zip
cpython-98224d24d1d69383ccc6336e87e362f986c99169.tar.gz
cpython-98224d24d1d69383ccc6336e87e362f986c99169.tar.bz2
Remove unneeded assignment in PyBytes_Concat() (GH-15274)
The `wb.len = -1` assignment is unneeded since its introduction in 161d695fb0455ce52530d4f43a9eac4c738f64bb as `PyObject_GetBuffer` always fills it in. (cherry picked from commit afdeb189e97033b54cef44a7490d89d2013cb4e5) Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
Diffstat (limited to 'Python/codecs.c')
0 files changed, 0 insertions, 0 deletions