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] can assign only strings to __name__ #583

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

[easy] can assign only strings to __name__ #583

pylint-bot opened this issue Jul 3, 2015 · 2 comments · Fixed by #3271
Labels
Enhancement ✨ Improvement to a component Good first issue Friendly and approachable by new contributors

Comments

@pylint-bot
Copy link

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


#!python

def test(): pass
test.__name__ = 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
@ninezerozeronine
Copy link
Contributor

Hi,

I'd like to pick up this issue.

My initial plan is that I'd extend the TypeChecker Class to add this functionality.

I'll be attending the PyCon Canada sprints in a weeks time so I'm planning to spend those days working on this.

Thanks,

Andy

@PCManticore
Copy link
Contributor

Hey Andy! That sounds great, thank you for contributing! Let us know if you need any help with this issue, feel free to ping me here.

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants