Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-99201: fix IndexError when initializing sysconfig config variables#99274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…iablesSigned-off-by: Filipe Laíns <lains@riseup.net>
@philthompson10, can you confirm this fixes your issue? |
philthompson10 commentedNov 9, 2022 via email
On 09/11/2022 03:36, Filipe Laíns wrote:@philthompson10, can you confirm this fixes your issue? Yes but I think a safer fix would be to set vars['EXT_SUFFIX'] to Noneor ''. There might be code that is expecting the dict to have a valuewith that key (as it currently does in all circumstances) and also thatthat value is a string.Phil |
The existence of |
Uh oh!
There was an error while loading.Please reload this page.