| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The ABI is only checked in maintenance branches, but it is sometimes useful to generate it for main. - The resulting file should be ignored in main. - The file should be created if it doesn't exist.
Calling git add with --force allows to keep gitignore unmodified:
|
Sorry, something went wrong.
|
Yes, but AFAIK there are then warnings when you update a file that's ignored but tracked anyway. |
Sorry, something went wrong.
@encukou do you want me to add this change to that PR? |
Sorry, something went wrong.
|
Go ahead! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The ABI is only checked in maintenance branches, but it is sometimes useful to generate it for main.
If this goes in, some “make maintenance branch” RM checklist/script will need a “remove Doc/data/python*.abi from .gitignore” entry.
@pablogsal, this could be combined with #94135