mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
typo
This commit is contained in:
parent
35c62e58c5
commit
6babcc2ad4
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ PyThread_start_new_thread(void (*func)(void *), void *arg)
|
|||
|
||||
/* XXX This implementation is considered (to quote Tim Peters) "inherently
|
||||
hosed" because:
|
||||
- It does not guanrantee the promise that a non-zero integer is returned.
|
||||
- It does not guarantee the promise that a non-zero integer is returned.
|
||||
- The cast to long is inherently unsafe.
|
||||
- It is not clear that the 'volatile' (for AIX?) and ugly casting in the
|
||||
latter return statement (for Alpha OSF/1) are any longer necessary.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue