Skip to content

Conversation

@nelfin
Copy link
Contributor

@nelfin nelfin commented Jun 13, 2021

Steps

  • For new features or bug fixes, add a ChangeLog entry describing what your PR does.
  • Write a good description on what the PR does.

Description

Add Python 3.10's enum.property class descriptor to list of properties for bases._is_property check.

Type of Changes

Type
🐛 Bug fix

Related Issue

Fixes pylint-dev/pylint#2306 (when combined with #1020)

@Pierre-Sassoulas Pierre-Sassoulas added Brain 🧠 Needs a brain tip Enhancement ✨ Improvement to a component labels Jun 14, 2021
Copy link
Member

@Pierre-Sassoulas Pierre-Sassoulas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you ! :)

@Pierre-Sassoulas Pierre-Sassoulas merged commit 8757078 into pylint-dev:master Jun 14, 2021
@cdce8p
Copy link
Member

cdce8p commented Jun 14, 2021

🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Brain 🧠 Needs a brain tip Enhancement ✨ Improvement to a component

Projects

None yet

Development

Successfully merging this pull request may close these issues.

issue with enum.Enum.value (@DynamicClassAttribue vs @property)

3 participants