FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GH-98831: Add some macros definitions to bytecodes.c to reduce IDE warnings. by markshannon · Pull Request #99093 · python/cpython · GitHub

/ cpython Public

GH-98831: Add some macros definitions to bytecodes.c to reduce IDE warnings. - #99093

Merged
gvanrossum merged 1 commit into
python:mainfrom
faster-cpython:clarify-bytecodes-macros
Nov 4, 2022
Merged

GH-98831: Add some macros definitions to bytecodes.c to reduce IDE warnings.#99093
gvanrossum merged 1 commit into
python:mainfrom
faster-cpython:clarify-bytecodes-macros

Conversation

markshannon commented Nov 4, 2022
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

Reduces the number of red/squiggly underlines.

gvanrossum merged commit 7a020b8 into python:main Nov 4, 2022
gvanrossum deleted the clarify-bytecodes-macros branch November 4, 2022 23:37

Copy link
Copy Markdown
Member

It might make more sense to put all of this stuff (including #includes and things like binary_ops) in one header to be shared between both files. Keeping them in sync seems like it might not scale well.

Copy link
Copy Markdown
Member

Not a bad idea. Though not everything can be put in such a header.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

4 participants


Back | FazBrowse Home | New Git URL