summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-04-07 20:34:48 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-04-07 20:34:48 (GMT)
commit388ed08cbf89ec362541bb165045739866fe9c98 (patch)
treedb1f25a77e655c0334a9fd12969fafbce7c389bf /Misc
parent4d4d0034c0987313ef96fd085f1fd616d96ab4ad (diff)
downloadcpython-388ed08cbf89ec362541bb165045739866fe9c98.zip
cpython-388ed08cbf89ec362541bb165045739866fe9c98.tar.gz
cpython-388ed08cbf89ec362541bb165045739866fe9c98.tar.bz2
SF patch #413552 - Premature decref on object
Jeffery Collins pointed out that filterstring decrefs a character object before it's done using it. This works by accident today because another module always happens to have an active reference too at the time. The accident doesn't work after his Pippy modifications, and since it *is* an accident even in the mainline Python, it should work by design there too. The patch accomplishes that.
Diffstat (limited to 'Misc')
0 files changed, 0 insertions, 0 deletions