Skip to content

Aims to fix Issue #15 ( #15 ):

Lisias requested to merge Lisias/wsgiserver:master into master
  • Correctly identifies the current Python environment
  • Creates at runtime a object method that calls the correct Thread method (isAlive() for the older Python, is_alive() for Python 3.5 and newer)

Merge request reports