summaryrefslogtreecommitdiff
path: root/Lib/threading.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2000-08-18 05:09:50 +0000
committerBarry Warsaw <barry@python.org>2000-08-18 05:09:50 +0000
commit152fbe88e9fd661c195b2374a0d229998e18e8dc (patch)
tree669105adea026009a215e5b7158a37af7d72a5c9 /Lib/threading.py
parentfc4514c22b0c4a84c3e2c66a12893d81492f5224 (diff)
downloadcpython-git-152fbe88e9fd661c195b2374a0d229998e18e8dc.tar.gz
pattern_findall(): Plug small memory leak discovered by Insure.
PyList_Append() always incref's the inserted item. Be sure to decref it regardless of whether the append succeeds or fails.
Diffstat (limited to 'Lib/threading.py')
0 files changed, 0 insertions, 0 deletions