Changes by sandy:
--
components: +XML
type: -> rfe
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue960406>
___
Python-bugs-list mailing li
Changes by sandy:
--
severity: normal -> critical
title: unblock signals in threads -> handler
type: rfe -> security
Tracker <[EMAIL PROTECTED]>
<http://bugs.pyth
sandy added the comment:
undoing spam
--
components: -XML
nosy: +sandylovesedward
severity: critical -> normal
title: handler -> unblock signals in threads
type: security ->
Tracker <[EMAIL PROTECTED]>
<http://bugs.pyth
Sandy Barbour added the comment:
Over 3 years ago I wrote a plugin for the Xplane Flight Simulator.
This uses a SDK that Ben Supnik and myself created 6 years ago.
Our plugins are DLL's that our plugin manager DLL loads at run time.
The plugin embeds python and allows python scripts to b
Change by sandy-lcq :
--
keywords: +patch
pull_requests: +13100
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
New submission from Sandy Chapman:
The example at the bottom of the following page should have a warning added:
https://docs.python.org/2/library/queue.html
The warning should be such that the user is informed that the threads in the
example are not cleaned up and will continue to run. Any