builtin_map(): Nailed memory leak. PyList_Append() borrows a
reference, so you have to DECREF the appended value. This was a fun one!
Showing
Please register or sign in to comment
reference, so you have to DECREF the appended value. This was a fun one!