Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

bpo-34523: Fix config_init_fs_encoding() for ASCII#10232

Merged
vstinner merged 1 commit into
python:masterpython/cpython:masterfrom
vstinner:force_asciiCopy head branch name to clipboard
Oct 30, 2018
Merged

bpo-34523: Fix config_init_fs_encoding() for ASCII#10232
vstinner merged 1 commit into
python:masterpython/cpython:masterfrom
vstinner:force_asciiCopy head branch name to clipboard

Conversation

@vstinner

@vstinner vstinner commented Oct 30, 2018

Copy link
Copy Markdown
Member
  • bpo-34523, bpo-34403: Fix config_init_fs_encoding(): it now uses
    ASCII if _Py_GetForceASCII() is true.
  • Fix a regression of commit b2457ef.
  • Fix also a memory leak: get_locale_encoding() already allocates
    memory, no need to duplicate the string.

https://bugs.python.org/issue34523

* bpo-34523, bpo-34403: Fix config_init_fs_encoding(): it now uses
  ASCII if _Py_GetForceASCII() is true.
* Fix a regression of commit b2457ef.
* Fix also a memory leak: get_locale_encoding() already allocates
  memory, no need to duplicate the string.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.