Branch: refs/heads/3.6 Home: https://github.com/python/cpython Commit: 7a113a0cbf545588d61286fcc0e89141cf211735 https://github.com/python/cpython/commit/7a113a0cbf545588d61286fcc0e89141cf211735 Author: Serhiy Storchaka <storchaka at gmail.com> Date: 2017年04月20日 (2017年4月20日) Changed paths: M Objects/unicodeobject.c Log Message: ----------- bpo-29802: Fix the cleaning up issue in PyUnicode_FSDecoder(). (#1217)