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

[easy] __class__ must be set to a class #585

Closed
pylint-bot opened this issue Jul 3, 2015 · 0 comments · Fixed by #4510
Closed

[easy] __class__ must be set to a class #585

pylint-bot opened this issue Jul 3, 2015 · 0 comments · Fixed by #4510
Labels
Enhancement ✨ Improvement to a component Good first issue Friendly and approachable by new contributors Help wanted 🙏 Outside help would be appreciated, good for new contributors

Comments

@pylint-bot
Copy link

Originally reported by: Claudiu Popa (BitBucket: PCManticore, GitHub: @PCManticore)


#!python

class A: pass
A.__class__ = 1

@pylint-bot pylint-bot added the Enhancement ✨ Improvement to a component label Dec 9, 2015
@PCManticore PCManticore added the Good first issue Friendly and approachable by new contributors label May 14, 2018
@Pierre-Sassoulas Pierre-Sassoulas added the Help wanted 🙏 Outside help would be appreciated, good for new contributors label Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement ✨ Improvement to a component Good first issue Friendly and approachable by new contributors Help wanted 🙏 Outside help would be appreciated, good for new contributors
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants