mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Remove support for BeOS
This commit is contained in:
parent
e9af284e99
commit
eb33e5ae79
24 changed files with 8150 additions and 10214 deletions
|
@ -7,9 +7,6 @@ child after a fork().
|
|||
|
||||
On some systems (e.g. Solaris without posix threads) we find that all
|
||||
active threads survive in the child after a fork(); this is an error.
|
||||
|
||||
While BeOS doesn't officially support fork and native threading in
|
||||
the same application, the present example should work just fine. DC
|
||||
"""
|
||||
|
||||
import os, sys, time, thread, unittest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue