Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

broken on python 3.8.1, works on 3.8.0 #15

Open
enkore opened this issue Jan 9, 2020 · 0 comments
Open

broken on python 3.8.1, works on 3.8.0 #15

enkore opened this issue Jan 9, 2020 · 0 comments

Comments

@enkore
Copy link

enkore commented Jan 9, 2020

>>> from xkbgroup import XKeyboard
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.8/site-packages/xkbgroup/__init__.py", line 14, in <module>
    from .core import XKeyboard, X11Error
  File "/usr/lib/python3.8/site-packages/xkbgroup/core.py", line 31, in <module>
    from .xkb import *
  File "/usr/lib/python3.8/site-packages/xkbgroup/xkb.py", line 3372, in <module>
    XEHeadOfExtensionList.argtypes = [XEDataObject]
TypeError: item 1 in _argtypes_ passes a union by value, which is unsupported.

From enkore/i3pystatus/issues/771

This is due to https://bugs.python.org/issue16575 and python/cpython/pull/17016 specifically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant