Skip to content

bpo-29509: skip redundant string intern #197

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 21, 2017

Conversation

methane
Copy link
Member

@methane methane commented Feb 20, 2017

PyObject_GetAttrString intern temporary key string.
It's completely redundant.

PyObject_GetAttrString intern temporary key string.
It's redudant.
@methane methane added the performance Performance or resource usage label Feb 20, 2017
@methane methane merged commit 3e8d6cb into python:master Feb 21, 2017
@methane methane deleted the skip-redundant-intern branch February 21, 2017 14:57
akruis pushed a commit to akruis/cpython that referenced this pull request Jan 1, 2019
…t.run"

Enable stackless calls of method "contextvars.Context.run", if
soft-switching is enabled.
akruis pushed a commit to akruis/cpython that referenced this pull request Jan 3, 2019
Enable stackless calls of coroutines wrapped in "asyncio._CTask", if
soft-switching is enabled.
Needs test cases.
Depends on pull request python#198.
akruis pushed a commit to akruis/cpython that referenced this pull request Jan 12, 2019
…t.run"

Enable stackless calls of method "contextvars.Context.run", if soft-switching is enabled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Performance or resource usage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants