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 christian.heimes
Recipients christian.heimes, twoone3
Date 2021-02-01.14:30:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612189851.36.0.142945093095.issue43091@roundup.psfhosted.org>
In-reply-to
Content
"utf8_mode = -1" falls back to command line, env vars, locales, and eventually disables UTF-8 mode. Try "cfg.utf8_mode = 1" as documented at https://docs.python.org/3/c-api/init_config.html?highlight=pypreconfig_initpythonconfig#c.Py_PreInitializeFromArgs
History
Date User Action Args
2021-02-01 14:30:51christian.heimessetrecipients: + christian.heimes, twoone3
2021-02-01 14:30:51christian.heimessetmessageid: <1612189851.36.0.142945093095.issue43091@roundup.psfhosted.org>
2021-02-01 14:30:51christian.heimeslinkissue43091 messages
2021-02-01 14:30:51christian.heimescreate