pickle.loads() to fix the (finally rejected) security vulnerability referenced as CVE-2022-0329 <https://nvd.nist.gov/vuln/detail/CVE-2022-0329>_ (#563 <https://github.com/Delgan/loguru/issues/563>_).loop=None and no event loop is running (due to internally using asyncio.get_running_loop() in place of asyncio.get_event_loop()).enqueue=True if loop=None and no event loop is running.utf8 instead of locale.getpreferredencoding() (#339 <https://github.com/Delgan/loguru/issues/339>_).serialize=True (#575 <https://github.com/Delgan/loguru/pull/575>, thanks @ponponon <https://github.com/ponponon>).flake8 errors and improve code readability (#353 <https://github.com/Delgan/loguru/issues/353>, thanks @AndrewYakimets <https://github.com/AndrewYakimets>).enqueue=True with third party library like uwsgi (#309 <https://github.com/Delgan/loguru/issues/309>, thanks @dstlmrk <https://github.com/dstlmrk>).#331 <https://github.com/Delgan/loguru/issues/331>_).