1. Jan 26, 2022
  2. Jan 19, 2022
  3. Jan 17, 2022
  4. Jan 16, 2022
  5. Jan 15, 2022
  6. Jan 12, 2022
  7. Jan 11, 2022
  8. Jan 10, 2022
  9. Jan 04, 2022
  10. Dec 30, 2021
  11. Dec 29, 2021
  12. Dec 28, 2021
  13. Dec 24, 2021
  14. Dec 22, 2021
  15. Dec 21, 2021
  16. Dec 14, 2021
    • Bobby Impollonia's avatar
      fix(setup_helpers): ensure ThreadPool is closed (#3548) · 75168113
      Bobby Impollonia authored
      
      
      * Ensure ThreadPool is closed in setup_helpers
      
      The ParallelCompile setup helper using a ThreadPool to enable its
      parallelism. It does not properly close the pool when it is done with
      it.
      This can lead to a "Exception ignored in: <function Pool.__del__..."
      message with traceback being printed at shutdown.
      Use pool.terminate() instead of context manager for Python 2.7
      compatibility
      
      * Add note to remove code that supports Python 2
      
      Co-authored-by: default avatarBobby Impollonia <bobby@k13capital.com>
      75168113
  17. Dec 07, 2021