This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients bughunter2, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-11-14.20:31:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605385915.67.0.436602704035.issue42339@roundup.psfhosted.org>
In-reply-to
Content
> maybe there's a list of updates (or FAQ) to which you 
> want to add KB3063858?

The documentation of the embeddable package [1] could highlight the need for KB2533623. Currently it's directly mentioned only in "What's New in Python 3.8" [2].

> ImportError: DLL load failed while importing _lzma: 
> De parameter is onjuist.

Mixed-language output is awkward. A common _Py_FormatMessage function could be added in 3.10 that tries getting an error message in English before trying to get it in the user's default language.

---

[1] https://docs.python.org/3/using/windows.html#the-embeddable-package
[2] https://docs.python.org/3.8/whatsnew/3.8.html#changes-in-the-python-api
History
Date User Action Args
2020-11-14 20:31:55eryksunsetrecipients: + eryksun, paul.moore, tim.golden, bughunter2, zach.ware, steve.dower
2020-11-14 20:31:55eryksunsetmessageid: <1605385915.67.0.436602704035.issue42339@roundup.psfhosted.org>
2020-11-14 20:31:55eryksunlinkissue42339 messages
2020-11-14 20:31:55eryksuncreate