[issue32265] Correctly classify builtin static and class methods

2017-12-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 3327a2ddf1eaf8cc678f0219ba9edf7d632d1b20 by Serhiy Storchaka in branch 'master': bpo-32265: Classify class and static methods of builtin types. (#4776) https://github.com/python/cpython/commit/3327a2ddf1eaf8cc678f0219ba9edf7d632d1b20

[issue32265] Correctly classify builtin static and class methods

2017-12-15 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue32265] Correctly classify builtin static and class methods

2017-12-09 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +4677 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue32265] Correctly classify builtin static and class methods

2017-12-09 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : Currently class and some static methods of builtin types are classified as plain methods. The proposed patch adds types.ClassMethodDescriptorType for unbound class methods of builtin types and makes inspect.classify_class_attrs() correctly classifying sta