◐ Shell
clean mode source ↗

bpo-40521: Add PyInterpreterState.unicode by vstinner · Pull Request #20082 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Sign up

Appearance settings

Closed

vstinner

wants to merge 1 commit into

python:masterfrom

vstinner:unicode_state_fs_codec

Closed

bpo-40521: Add PyInterpreterState.unicode#20082

vstinner

wants to merge 1 commit into

python:masterfrom

vstinner:unicode_state_fs_codec

Conversation

@vstinner

@vstinner vstinner commented

May 13, 2020

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

Move PyInterpreterState.fs_codec into a new
PyInterpreterState.unicode structure.

Give a name to the fs_codec structure and use this structure in
unicodeobject.c.

https://bugs.python.org/issue40521

Move PyInterpreterState.fs_codec into a new
PyInterpreterState.unicode structure.

Give a name to the fs_codec structure and use this structure in
unicodeobject.c.

@vstinner

Copy link Copy Markdown

Member Author

Oops, duplicate of my own PR #20081 :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@vstinner @the-knights-who-say-ni @bedevere-bot