| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The deleted logic checks that the sysconfigdata is in a short list, and the list does not allow the `d` ABI flag to be present. I removed the check because I don't think it is helpful.
There was a problem hiding this comment.
👍 Seems reasonable. If the build is generating the wrong sysconfigdata name, other things are going to explode; and with the new error reporting, that's going to be a lot easier to diagnose.
Sorry, something went wrong.
Removes an explicit check that sysconfigdata naming is correct, in favor of reporting at runtime with the default mechanisms.
| Back | FazBrowse Home | New Git URL |
The deleted logic checks that the sysconfigdata is in a short list, and the list does not allow the d ABI flag to be present so it fails if we build with --with-pydebug. I removed the check because I don't think it is helpful.