Łukasz Nowak added the comment:
Another snippet, which *WORKS* on python>=2.7, non catched exception is raised.
--
Added file: http://bugs.python.org/file19641/checkerkeyint.py
___
Python tracker
<http://bugs.python.org/issu
Łukasz Nowak added the comment:
Attached simpler version of checker.
--
Added file: http://bugs.python.org/file19640/checkersimple.py
___
Python tracker
<http://bugs.python.org/issue10
New submission from Łukasz Nowak :
Attached file produces output in MyHandler.close on python2.6.6, which is
expected.
But on python 2.7 and 2.7.1rc1 it produces nothing, so my handler's close
method is not called.
--
components: Library (Lib)
files: checker.py
messages: 121554