mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
cosmetics
This commit is contained in:
parent
b9418686ba
commit
a3c04b003f
3 changed files with 5 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
generated by the keyboard (e.g. SIGINT) are delivered to all
|
||||
threads (e.g. SGI), while in others (e.g. Solaris) such signals are
|
||||
delivered to one random thread (an intermediate possibility would
|
||||
be to deliver it to the main thread -- POSIX???). For now, we have
|
||||
be to deliver it to the main thread -- POSIX?). For now, we have
|
||||
a working implementation that works in all three cases -- the
|
||||
handler ignores signals if getpid() isn't the same as in the main
|
||||
thread. XXX This is a hack.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue