pymc-devs / pymc2

THIS IS THE **OLD** PYMC PROJECT (VERSION 2). PLEASE USE PYMC INSTEAD:
http://pymc-devs.github.com/pymc/
Other
879 stars 229 forks source link

await is a keyword in Python 3.7. Rename to await_lock. #193

Closed twiecki closed 5 years ago

twiecki commented 5 years ago
  File "/home/nachomcapella/anaconda3/lib/python3.7/site-packages/pymc/__init__.py", line 19, in <module>
    from .threadpool import *
  File "/home/nachomcapella/anaconda3/lib/python3.7/site-packages/pymc/threadpool.py", line 346
    def await(self):
            ^
SyntaxError: invalid syntax
twiecki commented 5 years ago

Should we cut a new bugfix release?

fonnesbeck commented 5 years ago

Yes, will do.

twiecki commented 4 years ago

@fonnesbeck release would be great.