[issue10367] "python setup.py sdist upload --show-response" can fail with "UnboundLocalError: local variable 'result' referenced before assignment"
Daniel Tavares added the comment: Hey Éric, Just wanted to check with you about the status of this issue. Any chance this could be reviewed? It's been idle since December and it's still listed as "needs patch". Thanks, Daniel -- ___ Python tracker <http://bugs.python.org/issue10367> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue9162] License for multiprocessing files
Daniel Tavares added the comment: Hi Jesse, Any word from PSF board regarding this issue? I was hoping to fix it and have it be my 1st contribution to Python. Thanks -- nosy: +dBugSlayer ___ Python tracker <http://bugs.python.org/issue9162> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue9162] License for multiprocessing files
Daniel Tavares added the comment: Replaced all entries of "--- see COPYING.txt" with the BSD license. See patch attached. -- keywords: +patch Added file: http://bugs.python.org/file19866/issue9162.patch ___ Python tracker <http://bugs.python.org/issue9162> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue10367] "python setup.py sdist upload --show-response" can fail with "UnboundLocalError: local variable 'result' referenced before assignment"
Daniel Tavares added the comment: Here's an updated patch, which fixes the passing of multiple arguments to self.announce, based on Priscila's fix. -- nosy: +daniel.tavares Added file: http://bugs.python.org/file19913/10367.diff ___ Python tracker <http://bugs.python.org/issue10367> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue10367] "python setup.py sdist upload --show-response" can fail with "UnboundLocalError: local variable 'result' referenced before assignment"
Daniel Tavares added the comment: I'll gladly work on the test, unless someone is working on it already. I apologize for not sending it originally along with the patch. Since Eric only requested the diff, I thought a test wasn't needed. Cheers, Daniel On Fri, Dec 3, 2010 at 1:58 PM, Tarek Ziadé wrote: > > Tarek Ziadé added the comment: > > Philip, Eric is currently assigned to this issue, and was working on a > test, obviously. > > It means that commiting a fix without a test without asking him first is is > quite rude. > > He and I are maintaining Distutils. Your help is welcome but please do not > commit in this area without discussion in particular when the bug is > assigned to someone. > > Now if you could provide a test for your change, we would highly appreciate > it. Thanks > > -- > > ___ > Python tracker > <http://bugs.python.org/issue10367> > ___ > -- Added file: http://bugs.python.org/file19930/unnamed ___ Python tracker <http://bugs.python.org/issue10367> ___I'll gladly work on the test, unless someone is working on it already. I apologize for not sending it originally along with the patch. Since Eric only requested the diff, I thought a test wasn't needed.Cheers, Daniel On Fri, Dec 3, 2010 at 1:58 PM, Tarek Ziadé <mailto:rep...@bugs.python.org";>rep...@bugs.python.org> wrote: Tarek Ziadé <mailto:ziade.ta...@gmail.com";>ziade.ta...@gmail.com> added the comment: Philip, Eric is currently assigned to this issue, and was working on a test, obviously. It means that commiting a fix without a test without asking him first is is quite rude. He and I are maintaining Distutils. Your help is welcome but please do not commit in this area without discussion in particular when the bug is assigned to someone. Now if you could provide a test for your change, we would highly appreciate it. Thanks -- ___ Python tracker <mailto:rep...@bugs.python.org";>rep...@bugs.python.org> <http://bugs.python.org/issue10367"; target="_blank">http://bugs.python.org/issue10367> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue10367] "python setup.py sdist upload --show-response" can fail with "UnboundLocalError: local variable 'result' referenced before assignment"
Daniel Tavares added the comment: Here goes the test. Feel free to make any comments, critiques or suggestions, since this is my first take on this code base. -- versions: -3rd party Added file: http://bugs.python.org/file19981/test_10367.diff ___ Python tracker <http://bugs.python.org/issue10367> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com