Nick Maclaren wrote:
>
> In article <[EMAIL PROTECTED]>,
> hg <[EMAIL PROTECTED]> writes:
> |>
> |> I posted an equivalent question earlier ... but am still not sure:
> |>
> |> I currently (under Linux) have a program that uses Queue.put
> |> (raw_input('')) in a signal handler and Queue.get()
In article <[EMAIL PROTECTED]>,
hg <[EMAIL PROTECTED]> writes:
|>
|> I posted an equivalent question earlier ... but am still not sure:
|>
|> I currently (under Linux) have a program that uses Queue.put (raw_input(''))
|> in a signal handler and Queue.get() in the main/only thread.
|>
|> It wor