mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
dee2fd5448
Call error_ret() in decode_str(). It was called in some other places, but seemed inconsistent. It is safe to call PyTokenizer_Free() after calling error_ret().