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 vstinner
Recipients methane, ncoghlan, pablogsal, steve.dower, vstinner
Date 2019-09-20.17:13:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568999590.78.0.0476972978891.issue38236@roundup.psfhosted.org>
In-reply-to
Content
>   user site = 1
>   import site = 1

I'm not sure that dumping these configuration variables are useful to debug this very specific error:

"Fatal Python error: init_fs_encoding: failed to get the Python codec of the filesystem encoding"

They only have an effect on sys.path later.
History
Date User Action Args
2019-09-20 17:13:10vstinnersetrecipients: + vstinner, ncoghlan, methane, steve.dower, pablogsal
2019-09-20 17:13:10vstinnersetmessageid: <1568999590.78.0.0476972978891.issue38236@roundup.psfhosted.org>
2019-09-20 17:13:10vstinnerlinkissue38236 messages
2019-09-20 17:13:10vstinnercreate