[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: glibc error reports go to the bit bucket in koji
- From: Roland McGrath <roland redhat com>
- To: Development discussions related to Fedora <fedora-devel-list redhat com>
- Subject: Re: glibc error reports go to the bit bucket in koji
- Date: Tue, 18 Aug 2009 16:28:49 -0700 (PDT)
> How does one setup one of these things?
Since I assume you are implementing it in Python, you might have to ask,
you know, someone who knows Python. I don't, but I have a web browser.
I even have "locate '*python*pty*'". So maybe:
import pty
(pid, fd) = pty.fork()
or pty.spawn(...)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]