Skip to content

Importing dogpile on python 3.7 beta 2 fails with syntax error. #119

Description

@sqlalchemy-bot

Migrated issue, originally created by Brian Sheldon ()

Importing dogpile on python 3.7 beta 2 fails with syntax error.

Python 3.7.0b2 (v3.7.0b2:b0ef5c979b, Feb 28 2018, 02:24:20) [MSC v.1912 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import dogpile
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python\3.7.0\lib\site-packages\dogpile\__init__.py", line 3, in <module>
    from .lock import Lock  # noqa
  File "C:\Python\3.7.0\lib\site-packages\dogpile\lock.py", line 115
    async = False
          ^
SyntaxError: invalid syntax

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions