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

Styling raises AttributeError in python 3.11.1 due to CPython regression #80

Closed
edrogers opened this issue Dec 30, 2023 · 1 comment · Fixed by #81
Closed

Styling raises AttributeError in python 3.11.1 due to CPython regression #80

edrogers opened this issue Dec 30, 2023 · 1 comment · Fixed by #81
Labels
bug Something isn't working

Comments

@edrogers
Copy link
Contributor

I happened to use python 3.11.1, and couldn't get your examples to work. Tinkering for a bit led me down a rabbit hole, whereupon I came to learn of a curious regression for that micro version of CPython: python/cpython#100098

This affects the BorderKind class, as its an Enum of NamedTuple values. I'll be making a PR to address this shortly

@JoshKarpel
Copy link
Owner

Woah, nice catch! Looking forward to the PR :)

@JoshKarpel JoshKarpel added the bug Something isn't working label Dec 30, 2023
@JoshKarpel JoshKarpel linked a pull request Dec 30, 2023 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants