mirror of
https://github.com/python/cpython.git
synced 2026-05-13 07:59:04 -04:00
a96affe1fc
there) - Add missing DECREFs of inner-scope 'temp' variable - Add various missing DECREFs by changing 'return NULL' into 'goto onError' - Avoid double DECREF when last _PyUnicode_Resize() fails Coverity found one of the missing DECREFs, but oddly enough not the others.