On 10/17/2015 11:57 AM, Sandro Tosi wrote:
I got something interesting using the -c option. On Jessie:
do you have a chance to test this on the recently uploaded 1.5.0~rc2
(i need to have results on a recent version to be able to forward it
upstream)? In a sid chroot I got:
real 0m1.076s
user 0m0.432s
sys 0m0.060s
Is that with Python 2 or Python 3? I tried it with Python 2 (so that we
can compare with wheezy), but I'm just getting a crash:
$ time /usr/bin/python test.py
Segmentation fault
real 0m0.350s
user 0m0.324s
sys 0m0.016s
This is with python-pyside (python-pyqt4 doesn't seem to exist in sid).
(i lost time closing the window)
Uh? My test script should close on its own without the need for user
interaction.
Best,
-Nikolaus