Errors from _interpreters.create on a bad config (wrong type, bad string) don't say which key failed, making multi-field configs hard to debug.
Per @picnixz on #148799, add a PEP 678 note via _PyErr_FormatNote at each error site in Python/interpconfig.c.
Related: gh-148798.
Errors from
_interpreters.createon a bad config (wrong type, bad string) don't say which key failed, making multi-field configs hard to debug.Per @picnixz on #148799, add a PEP 678 note via
_PyErr_FormatNoteat each error site inPython/interpconfig.c.Related: gh-148798.