[issue6634] sys.exit() called from threads other than the main one: undocumented behaviour
Feb. 2, 2015
9:29 p.m.
Martin Panter added the comment: Regarding the documentation patch: I like to start sentences with a capital letter. Perhaps change it to start “Calling :func:`exit` only terminates . . .”. With the code change patch, it might be neater to use the SystemExit.code attribute rather than e.args[0]. ---------- nosy: +vadmium _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue6634> _______________________________________
4122
Age (days ago)
4122
Last active (days ago)
0 comments
1 participants
participants (1)
-
Martin Panter