Skip to content
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

bpo-38083: Minor improvements in asdl_c.py and Python-ast.c. #15824

Merged
merged 1 commit into from Sep 10, 2019

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Sep 10, 2019

  • 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 Oct 7, 2019
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants