[issue31783] Race condition in ThreadPoolExecutor when scheduling new jobs while the interpreter shuts down
Brian Quinlan
report at bugs.python.org
Mon Jul 1 18:32:23 EDT 2019
Brian Quinlan <brian at sweetapp.com> added the comment:
I don't know what the backport policy is. The bug is only theoretical AFAIK
i.e. someone noticed it through code observation but it has not appeared in
the wild.
On Mon, Jul 1, 2019 at 3:25 PM Ned Deily <report at bugs.python.org> wrote:
>
> Ned Deily <nad at python.org> added the comment:
>
> Brian, should this fix be backported to 3.8 and 3.7? As it stands now, it
> will only be showing up in Python 3.9 unless you add the backport labels to
> the original PR. Unless it cna be shown to be a security issue, it would
> not be appropriate to backport to 3.6 at this stage.
>
> ----------
> nosy: +ned.deily
>
> _______________________________________
> Python tracker <report at bugs.python.org>
> <https://bugs.python.org/issue31783>
> _______________________________________
>
>
----------
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31783>
_______________________________________
More information about the Python-bugs-list
mailing list