Kevin M added the comment:
eryksun, wow, that's speedy analysis, but there might be more to it. I went
and tested a bunch of test cases. my subrocess code doesn't seem to hang on
Linux where the thread example code does?
Linux - Python 3.6.8 - your threading example DOESN
New submission from Kevin M :
I've noticed an issue (or user error) in which Python a call that otherwise
usually works in the __del__ step of a class will freeze when the Python
interpreter is exiting.
I've attached sample code that I've ran against Python 3.9.1 on Window
Changes by Kevin M. Turner :
--
nosy: +acapnotic
___
Python tracker
<http://bugs.python.org/issue19352>
___
___
Python-bugs-list mailing list
Unsubscribe:
Kevin M. Turner added the comment:
patch attached (against python 2.7 tip)
--
keywords: +patch
Added file: http://bugs.python.org/file26077/15128-inspect-source-linenum.diff
___
Python tracker
<http://bugs.python.org/issue15
New submission from Kevin M. Turner :
The attached example shows how inspect.findsource fails when given a stack
frame that points to a non-existent source line, and how inspect.getframeinfo
and getinnerframes do not handle that failure.
On the one hand, yes, this code was asking for it by
New submission from Kevin M. Turner <[EMAIL PROTECTED]>:
This is a regression from 2.5 that causes our test suite to fail in 2.6.
Looks like a cut-and-paste bug. Patch attached.
--
components: Library (Lib)
files: cgi_parse_qsl.diff
keywords: patch
messages: 72755
nosy: aca