mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-08 14:41:55 +00:00
something to fix in utf8 handling
This commit is contained in:
@@ -1454,8 +1454,8 @@ int main(int argc, char *argv[], char *envp[]) {
|
||||
}
|
||||
}
|
||||
|
||||
// reinitialize the random seed (thanks Jonas Borgström)
|
||||
PyObject *random_module = PyImport_ImportModule("random");
|
||||
// reinitialize the random seed (thanks Jonas Borgström)
|
||||
if (random_module) {
|
||||
PyObject *random_dict = PyModule_GetDict(random_module);
|
||||
if (random_dict) {
|
||||
|
||||
Reference in New Issue
Block a user