[issue14476] sudo breaks python

2012-04-02 Thread Pierre Ossman
Pierre Ossman added the comment: Well that was fast. :) Sounds very much like the same bug I'm seeing here, yes. Unfortunately I'm not sure it's sufficient for us to rely on the distributions to update their sudo packages. A workaround would be preferable. I'll see if I can figure something

[issue14476] sudo breaks python

2012-04-02 Thread R. David Murray
R. David Murray added the comment: I'm going to close this. If it turns out not to be a bug in sudo, please reopen. -- resolution: -> invalid stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue14476] sudo breaks python

2012-04-02 Thread R. David Murray
R. David Murray added the comment: See also http://www.gratisoft.us/bugzilla/show_bug.cgi?id=464, which lists versions. Sounds like the same bug Amaury linked to. -- nosy: +r.david.murray ___ Python tracker

[issue14476] sudo breaks python

2012-04-02 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: It's probably not related to Python; see http://comments.gmane.org/gmane.comp.tools.sudo.user/3769 This threads ends with: """ Great. That change will be in the next sudo release. """ -- nosy: +amaury.forgeotdarc

[issue14476] sudo breaks python

2012-04-02 Thread Tshepang Lekhonkhobe
Changes by Tshepang Lekhonkhobe : -- nosy: +tshepang ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue14476] sudo breaks python

2012-04-02 Thread Pierre Ossman
New submission from Pierre Ossman : sudo breaks exception handling in Python in some subtle way. The following test program works fine when run directly, but breaks when run through sudo: #!/usr/bin/python import time def a(): try: while True: