1. 22 Aug, 2017 1 commit
    • Victor Stinner's avatar
      bpo-31249: Fix ref cycle in ThreadPoolExecutor (#3178) · bc613153
      Victor Stinner authored
      * bpo-31249: Fix ref cycle in ThreadPoolExecutor
      
      concurrent.futures: WorkItem.run() used by ThreadPoolExecutor now
      breaks a reference cycle between an exception object and the WorkItem
      object. ThreadPoolExecutor.shutdown() now also clears its threads
      set.
      
      * shutdown() now only clears threads if wait is true.
      
      * Revert changes on shutdown()
      bc613153
  2. 21 Aug, 2017 9 commits
  3. 20 Aug, 2017 4 commits
  4. 18 Aug, 2017 19 commits
  5. 17 Aug, 2017 6 commits
  6. 16 Aug, 2017 1 commit