pfalcon / pycopy-lib

Standard library of the Pycopy project, minimalist and light-weight Python language implementation
https://github.com/pfalcon/pycopy
Other
246 stars 70 forks source link

[logging] The Micropython Logging package implementation is not thread safe #85

Open PolarGoose opened 3 months ago

PolarGoose commented 3 months ago

CPython logging is thread-safe: Logging Thread-safety doc The Micropython logging package is not thread-safe, and this limitation is not mentioned in the Readme.