Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 396 Bytes

known_issues.rst

File metadata and controls

14 lines (10 loc) · 396 Bytes

Known issues

  • Due to an upstream bug, when using Python 3.8 pygmo might hang when exiting the Python interpreter. In order to work around this issue, you can execute the following lines

    pygmo.mp_island.shutdown_pool()
    pygmo.mp_bfe.shutdown_pool()

    at the end of your script/interactive session.