| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
After pythonGH-15623 deleted `generrmap.c`, a related mak-file stopped working. The mak contains generrmap-related rules only so it should be removed altogether. Further search for `errmap\.mak|generrmap` regex through content of CPython files shows no dangling reference left.
|
I believe this PR does not require a separate NEWS entry because the removed file was not functional anyway so it has no interested parties. |
Sorry, something went wrong.
|
To test a recent fix to @miss-islington, @JelleZijlstra will be adding the automerge label shortly. |
Sorry, something went wrong.
|
We now have a well-behaved bot :). Thanks @JelleZijlstra! And thanks @arhadthedev for the patch, which I'll now properly merge :) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
After GH-15623 deleted generrmap.c, a related mak-file stopped working. The mak contains generrmap-related rules only so it should be removed altogether.
Further search for errmap\.mak|generrmap regex through content of CPython files shows no dangling reference left.
Since generrmap is already effectively removed, this pull request contains no blurp.
https://bugs.python.org/issue37705
Automerge-Triggered-By: GH:zware