diff options
author | Barry Warsaw <barry@python.org> | 2000-08-18 05:09:50 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-08-18 05:09:50 +0000 |
commit | 152fbe88e9fd661c195b2374a0d229998e18e8dc (patch) | |
tree | 669105adea026009a215e5b7158a37af7d72a5c9 /Lib/threading.py | |
parent | fc4514c22b0c4a84c3e2c66a12893d81492f5224 (diff) | |
download | cpython-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