◐ Shell
clean mode source ↗

bpo-34523, bpo-35322: Fix unicode_encode_locale() by vstinner · Pull Request #10759 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 1 commit into

Nov 28, 2018

Conversation

@vstinner

Fix memory leak in PyUnicode_EncodeLocale() and
PyUnicode_EncodeFSDefault() on error handling.

Changes:

  • Fix unicode_encode_locale() error handling
  • Fix test_codecs.LocaleCodecTest

https://bugs.python.org/issue34523

Fix memory leak in PyUnicode_EncodeLocale() and
PyUnicode_EncodeFSDefault() on error handling.

Changes:

* Fix unicode_encode_locale() error handling
* Fix test_codecs.LocaleCodecTest

methane

vstinner added a commit that referenced this pull request

Nov 28, 2018
Fix memory leak in PyUnicode_EncodeLocale() and
PyUnicode_EncodeFSDefault() on error handling.

Fix unicode_encode_locale() error handling.

(cherry picked from commit bde9d6b)

@vstinner vstinner deleted the unicode_encode_locale branch

April 29, 2019 13:54