diff options
author | Filipe LaĆns <lains@riseup.net> | 2022-11-19 20:47:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-19 20:47:09 (GMT) |
commit | b0e1f9c241cd8f8c864d51059217f997d3b792bf (patch) | |
tree | 8fa4619264acd25020948fe7072a9d21f4a29288 /Misc/NEWS.d/next/Library/2022-11-09-03-34-29.gh-issue-99201.lDJ7xI.rst | |
parent | 858cb79486b504b2645c1ee3bfdca4f386bcb7d7 (diff) | |
download | cpython-b0e1f9c241cd8f8c864d51059217f997d3b792bf.zip cpython-b0e1f9c241cd8f8c864d51059217f997d3b792bf.tar.gz cpython-b0e1f9c241cd8f8c864d51059217f997d3b792bf.tar.bz2 |
gh-99201: fix IndexError when initializing sysconfig config variables
Diffstat (limited to 'Misc/NEWS.d/next/Library/2022-11-09-03-34-29.gh-issue-99201.lDJ7xI.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-11-09-03-34-29.gh-issue-99201.lDJ7xI.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-11-09-03-34-29.gh-issue-99201.lDJ7xI.rst b/Misc/NEWS.d/next/Library/2022-11-09-03-34-29.gh-issue-99201.lDJ7xI.rst new file mode 100644 index 0000000..6d03574 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-11-09-03-34-29.gh-issue-99201.lDJ7xI.rst @@ -0,0 +1,2 @@ +Fix :exc:`IndexError` when initializing the config variables on Windows if +``HAVE_DYNAMIC_LOADING`` is not set. |