| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
The ABI breakage is not really a break, as the new field is inserted (almost) at the end, after any other fields used in C extensions. |
Sorry, something went wrong.
| self.write(f".co_name = {co_name},") | ||
| self.write(f".co_qualname = {co_qualname},") | ||
| self.write(f".co_linetable = {co_linetable},") | ||
| self.write("._co_linearray = NULL,") |
There was a problem hiding this comment.
Sorry, unrelated question, but does this mean I need to add the field from my _co_code change here too?
Sorry, something went wrong.
There was a problem hiding this comment.
Technically, no. C will initialize any fields not explicitly mentioned to zero.
I think it is good practice to be explicit, though.
Sorry, something went wrong.
|
I will regenerate the ABI in this PR |
Sorry, something went wrong.
|
@markshannon I cannot push to the remote repo, could you please ensure the "allow pushes from maintainers checkbox is activated on the right column"? |
Sorry, something went wrong.
|
There is no "allow pushes from maintainers" checkbox. |
Sorry, something went wrong.
|
Closing in favour of #94127 to allow edits. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Backport of #93763