commit | 2133287c3ed12557cb1dde84ffe928e1f04eeda9 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Thu Jan 28 04:21:35 1999 +0000 |
committer | Barry Warsaw <barry@python.org> | Thu Jan 28 04:21:35 1999 +0000 |
tree | 062ac515b39fe617586b36dbb02e182377b43775 | |
parent | f988e687a1f0251c36fe620e5f562c113f338cd9 [diff] |
builtin_map(): Nailed memory leak. PyList_Append() borrows a reference, so you have to DECREF the appended value. This was a fun one!