[Python-modules-team] Mass filing on Python 3.7 async module import?

2018-07-07 Thread Paul R. Tagliamonte
Hey DPMT (BCC'ing -devel, let's keep conversaion on DPMT), I see that Python 3.7 now raises a syntax error when you try to import a module that is named `async`. ``` $ python3.6 Python 3.6.6 (default, Jun 27 2018, 14:44:17) [GCC 8.1.0] on linux Type "help", "copyright", "credits" or "license"

[Python-modules-team] Bug#903218: Presents itself with Python 3.7

2018-07-07 Thread Paul R. Tagliamonte
With Python 2.6: ``` paultag@nyx:~/dev/local$ python3.6 Python 3.6.6 (default, Jun 27 2018, 14:44:17) [GCC 8.1.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import foo.async Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No

[Python-modules-team] Bug#903218: Fails to install due to SyntaxError

2018-07-07 Thread Paul R. Tagliamonte
Package: python3-opengl Severity: serious thanks ``` Setting up python3-opengl (3.1.0+dfsg-1) ... File "/usr/lib/python3/dist-packages/OpenGL/GL/SGIX/async.py", line 58 from OpenGL.raw.GL.SGIX.async import * ^ SyntaxError: invalid syntax ``` This is serious