◐ Shell
clean mode source ↗

bpo-38083: Minor improvements in asdl_c.py and Python-ast.c. by serhiy-storchaka · Pull Request #15824 · 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

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented

Sep 10, 2019

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

  • Use the const qualifier for constant C strings.
  • Intern field and attribute names.
  • Temporary incref a borrowed reference to a list item.

https://bugs.python.org/issue38083

* Use the const qualifier for constant C strings.
* Intern field and attribute names.
* Temporary incref a borrowed reference to a list item.

@Yhg1s Yhg1s merged commit 43c9731 into python:master

Sep 10, 2019

@serhiy-storchaka serhiy-storchaka deleted the python-ast branch

October 7, 2019 17:01

websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request

Jul 20, 2020
…H-15824)

* Use the const qualifier for constant C strings.
* Intern field and attribute names.
* Temporary incref a borrowed reference to a list item.

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.

4 participants

@serhiy-storchaka @Yhg1s @the-knights-who-say-ni @bedevere-bot