You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 shortlyThe text was updated successfully, but these errors were encountered: