Skip to content

Commit ca6b7e3

Browse files
committed
Add newline before list
1 parent b08c334 commit ca6b7e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

peps/pep-0776.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ non-pthreads build, the address space of the WebAssembly module is not shared,
479479
so it is impossible for any thread capable of seeing an interrupt to write to
480480
the eval breaker while the Python interpreter is running code. To work around
481481
this, there are two possible solutions:
482+
482483
* If Emscripten is run in a webworker and served with the shared memory headers,
483484
it is possible to use shared memory outside of the WebAssembly address space
484485
as a signal buffer. A signal handling UI thread can write the desired signal

0 commit comments

Comments
 (0)