[issue33097] concurrent futures Executors accept tasks after interpreter shutdown

2018-04-10 Thread Mark Nemec
Mark Nemec added the comment: Happy to contribute! Thanks for the review :) -- ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue33097] concurrent futures Executors accept tasks after interpreter shutdown

2018-04-10 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thanks your contribution Mark! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: -Python 3.6 ___ Python tracker _

[issue33097] concurrent futures Executors accept tasks after interpreter shutdown

2018-04-10 Thread Antoine Pitrou
Antoine Pitrou added the comment: New changeset b26265900a18a184997c3c3a1fa6a5bf29703ec9 by Antoine Pitrou (Miss Islington (bot)) in branch '3.7': bpo-33097: Fix submit accepting callable after executor shutdown by interpreter exit (GH-6144) (GH-6445) https://github.com/python/cpython/commit/

[issue33097] concurrent futures Executors accept tasks after interpreter shutdown

2018-04-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +6140 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33097] concurrent futures Executors accept tasks after interpreter shutdown

2018-04-10 Thread Antoine Pitrou
Antoine Pitrou added the comment: New changeset c4b695f85e141f57d22d8edf7bc2c756da136918 by Antoine Pitrou (Mark Nemec) in branch 'master': bpo-33097: Fix submit accepting callable after executor shutdown by interpreter exit (GH-6144) https://github.com/python/cpython/commit/c4b695f85e141f57d

[issue33097] concurrent futures Executors accept tasks after interpreter shutdown

2018-03-23 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thanks for spotting this. I will take a look soon, unless someone beats me to it. -- nosy: +pitrou ___ Python tracker ___ __

[issue33097] concurrent futures Executors accept tasks after interpreter shutdown

2018-03-23 Thread Antoine Pitrou
Change by Antoine Pitrou : -- nosy: +tomMoral versions: +Python 3.7, Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue33097] concurrent futures Executors accept tasks after interpreter shutdown

2018-03-18 Thread Mark Nemec
Change by Mark Nemec : -- title: concurrent.futures executors accept tasks after interpreter shutdown -> concurrent futures Executors accept tasks after interpreter shutdown ___ Python tracker ___