[issue29152] unittest subTest does not call addFailure

2017-01-23 Thread kristall
kristall added the comment: Thanks for the quick 1st response. Since I put that part of my script on hold, I'd like to ask if it is possible to estimate when Antoine will have a look at this? Thanks in advance. -- ___ Python tracker

[issue29152] unittest subTest does not call addFailure

2017-01-04 Thread kristall
New submission from kristall: unittests subTests do not call addFailure in the case of a failure. Please see http://stackoverflow.com/questions/41432353/python3-4-unittest-addfailure-not-called-when-subtests-are-used for detailed problemdescription. -- components: Tests messages

[issue1160] Medium size regexp crashes python

2009-10-17 Thread kristall
kristall added the comment: aloha, I also use large RE's. re.compile() worked fine under python2.6 (OS ubuntu-linux). After moving the code to python3.0 I get the same error as ostkamp did. Under 3.1 also. Under 3.1 I tried to the fix that ostkamp described (setting 'short