Skip to content

bpo-32265: Classify class and static methods of builtin types.#4776

Merged
serhiy-storchaka merged 2 commits intopython:masterfrom
serhiy-storchaka:classify-builtin-class-methods
Dec 15, 2017
Merged

bpo-32265: Classify class and static methods of builtin types.#4776
serhiy-storchaka merged 2 commits intopython:masterfrom
serhiy-storchaka:classify-builtin-class-methods

Conversation

@serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Dec 9, 2017

Add types.ClassMethodDescriptorType for unbound class methods.

https://bugs.python.org/issue32265

Add types.ClassMethodDescriptorType for unbound class methods.
@serhiy-storchaka serhiy-storchaka added the type-feature A feature request or enhancement label Dec 9, 2017
@@ -0,0 +1,3 @@
All class and static methods of builtin types now are correctly classifyed
Copy link
Contributor

Choose a reason for hiding this comment

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

/s/classifyed/classified

@serhiy-storchaka serhiy-storchaka merged commit 3327a2d into python:master Dec 15, 2017
@serhiy-storchaka serhiy-storchaka deleted the classify-builtin-class-methods branch December 15, 2017 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-feature A feature request or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants