[issue6963] Add worker process lifetime to multiprocessing.Pool - patch included

2010-01-26 Thread Jesse Noller
Jesse Noller added the comment: Committed to trunk in r77794 Merged to Py3k in r77795 -- resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue1752919] Exception in HTMLParser for special JavaScript code

2010-01-26 Thread Thomas Holmes
Thomas Holmes added the comment: I agree, I do not feel like the precise changes to the tests feel completely ideal. I feel that this problem stems from the fact that the nameCheck function as originally written doesn't seem to completely serve its originally intended purpose. The original

[issue1752919] Exception in HTMLParser for special JavaScript code

2010-01-26 Thread Thomas Holmes
Thomas Holmes added the comment: Please disregard, I commented on the wrong issue. -- ___ Python tracker ___ ___ Python-bugs-list m

[issue1752919] Exception in HTMLParser for special JavaScript code

2010-01-26 Thread Thomas Holmes
Changes by Thomas Holmes : -- nosy: -Thomas.Holmes ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue7325] tempfile.mkdtemp() does not return absolute pathname when dir is specified

2010-01-26 Thread Thomas Holmes
Thomas Holmes added the comment: I agree, I do not feel like the precise changes to the tests feel completely ideal. I feel that this problem stems from the fact that the nameCheck function as originally written doesn't seem to completely serve its originally intended purpose. The original

[issue7325] tempfile.mkdtemp() does not return absolute pathname when dir is specified

2010-01-26 Thread Thomas Holmes
Thomas Holmes added the comment: One other thing that crossed my mind while I was thinking over this today. Instead of just relative pathing to '.' I should probably change my path to gettempdir() and then relative path to it since the location of the python executable may not be writable.

[issue3367] Uninitialized value read in parsetok.c

2010-01-26 Thread Meador Inge
Meador Inge added the comment: I think this was fixed with checkins r76689 and r76230, made by Benjamin. Since we are using "exec ''" as the reproduction case, the token state is setup in 'PyTokenizer_FromString', which causes 'tok->inp == ""'. The code before these checkins (see attached re

[issue3367] Uninitialized value read in parsetok.c

2010-01-26 Thread Meador Inge
Changes by Meador Inge : Added file: http://bugs.python.org/file16021/revert-76139-76689.patch ___ Python tracker ___ ___ Python-bugs-list mail

<    1   2