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 rpointel
Recipients neologix, rpointel, vstinner
Date 2014-02-12.06:49:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392187767.2.0.125590700017.issue20564@psf.upfronthosting.co.za>
In-reply-to
Content
> Can you please test interrupt_lock_acquire.py? It should be the same than the unit test, but in a fresh Python process.

Thanks for your response, this is what I have:

$ PYTHONPATH=. ./python ./interrupt_lock_acquire.py 
Traceback (most recent call last):
  File "./interrupt_lock_acquire.py", line 30, in <module>
    raise Exception("dt > 3: dt=%s" % dt)
Exception: dt > 3: dt=5.011708974838257

Remi.
History
Date User Action Args
2014-02-12 06:49:27rpointelsetrecipients: + rpointel, vstinner, neologix
2014-02-12 06:49:27rpointelsetmessageid: <1392187767.2.0.125590700017.issue20564@psf.upfronthosting.co.za>
2014-02-12 06:49:27rpointellinkissue20564 messages
2014-02-12 06:49:26rpointelcreate