kquick / Thespian

Python Actor concurrency library
MIT License
189 stars 24 forks source link

Fix: "is" with a literal #67

Closed sabaini closed 3 years ago

sabaini commented 3 years ago

From Python 3.8 the interpreter will complain about using "is" with a literal: https://docs.python.org/3.8/whatsnew/3.8.html#changes-in-python-behavior

fixes #66

kquick commented 3 years ago

Thanks!