This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients djmdjm, henry.precheur, neologix, skrah
Date 2011-07-23.11:08:22
SpamBayes Score 9.624889e-05
Marked as misclassified No
Message-id <1311419303.58.0.0655497687486.issue8714@psf.upfronthosting.co.za>
In-reply-to
Content
> This behavior was introduced (exposed by?) r68460.

After a quick look, I don't see anything wrong with r68460, but it might very well have exposed this problem which was lurking before.

> When Python is compiled without threads, the behavior is normal.

We've already had some problems - especially on *BSD - when mixing signals and threads (and it might be even worse on OpenBSD, since pthreads are implemented in user-space). However, IIUC, in this case you only have a single thread, right?

Could you post the output of an strace (well, ktrace on OpenBSD)?
Is Python compiled with readline support?
History
Date User Action Args
2011-07-23 11:08:23neologixsetrecipients: + neologix, djmdjm, henry.precheur, skrah
2011-07-23 11:08:23neologixsetmessageid: <1311419303.58.0.0655497687486.issue8714@psf.upfronthosting.co.za>
2011-07-23 11:08:23neologixlinkissue8714 messages
2011-07-23 11:08:22neologixcreate