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 twoone3
Recipients christian.heimes, twoone3
Date 2021-02-01.14:25:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612189552.38.0.232851065444.issue43091@roundup.psfhosted.org>
In-reply-to
Content
PyPreConfig cfg;
		PyPreConfig_InitPythonConfig(&cfg);
		cfg.utf8_mode = -1;
		PyStatus status = Py_PreInitialize(&cfg);
		if (PyStatus_Exception(status)) {
			Py_ExitStatusException(status);
		}

I use this to test,there are no exceptions
History
Date User Action Args
2021-02-01 14:25:52twoone3setrecipients: + twoone3, christian.heimes
2021-02-01 14:25:52twoone3setmessageid: <1612189552.38.0.232851065444.issue43091@roundup.psfhosted.org>
2021-02-01 14:25:52twoone3linkissue43091 messages
2021-02-01 14:25:52twoone3create