You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.
With 049df29, abi::__forced_unwind is now caught to "safely" terminate the Python threads. This exception is an implementation detail only available in GCC.
As of this commit, bookwyrm is not portable and may only work on Linux.
Confirmed platforms and compilers:
Linux
GCC
Clang
FreeBSD
GCC
Clang
OpenBSD
GCC
Clang
The text was updated successfully, but these errors were encountered:
This could be resolved by using message-oriented thread termination, but polling from the Python scripts is slow and makes plugin_handler destruction take quite some time.
With 049df29,
abi::__forced_unwind
is now caught to "safely" terminate the Python threads. This exception is an implementation detail only available in GCC.As of this commit, bookwyrm is not portable and may only work on Linux.
Confirmed platforms and compilers:
The text was updated successfully, but these errors were encountered: