[pypy-dev] [pypy-commit] pypy default: signal.signal() crashes with ValueError when called from a

Antonio Cuni anto.cuni at gmail.com
Sun Jul 24 19:06:10 CEST 2011


Hi Armin,

On 24/07/11 18:47, arigo wrote:
> Author: Armin Rigo<arigo at tunes.org>
> Branch:
> Changeset: r45943:824b72bb6b45
> Date: 2011-07-24 17:25 +0200
> http://bitbucket.org/pypy/pypy/changeset/824b72bb6b45/
>
> Log:	signal.signal() crashes with ValueError when called from a non-main
> 	thread...?
>
> diff --git a/lib_pypy/pyrepl/unix_console.py b/lib_pypy/pyrepl/unix_console.py
[cut]

Note that pyrepl exists as an independent repo and that the one in PyPy is 
supposed to be a copy of it (similar to what we do in py.test):
https://bitbucket.org/pypy/pyrepl

For example, it is automatically installed by pdb++ on top of cpython to have 
the colored tab completion.

ciao,
Anto


More information about the pypy-dev mailing list