Calling help executes @classmethod @property decorated methods · Issue #89519 · python/cpython (original) (raw)

BPO 45356
Nosy @rhettinger, @terryjreedy, @ambv, @berkerpeksag, @serhiy-storchaka, @wimglenn, @corona10, @pablogsal, @akulakov, @sirosen, @randolf-scholz, @AlexWaygood
PRs bpo-45356: fix incorrect access of class property in pydoc and inspect #29239
Files classmethod_property.pyclassmethod_property.pyClassPropertyIdea.py

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/rhettinger' closed_at = None created_at = <Date 2021-10-03.19:45:55.963> labels = ['type-bug', '3.11'] title = 'Calling help executes @classmethod @property decorated methods' updated_at = <Date 2022-02-17.20:03:40.349> user = 'https://github.com/randolf-scholz'

bugs.python.org fields:

activity = <Date 2022-02-17.20:03:40.349> actor = 'rhettinger' assignee = 'rhettinger' closed = False closed_date = None closer = None components = [] creation = <Date 2021-10-03.19:45:55.963> creator = 'randolf.scholz' dependencies = [] files = ['50325', '50326', '50344'] hgrepos = [] issue_num = 45356 keywords = ['patch'] message_count = 23.0 messages = ['403109', '403110', '403111', '403504', '403505', '403578', '403582', '403611', '403613', '403653', '403699', '403713', '405100', '405115', '405121', '405142', '405143', '406600', '406605', '406606', '407493', '407499', '413451'] nosy_count = 13.0 nosy_names = ['rhettinger', 'terry.reedy', 'grahamd', 'lukasz.langa', 'berker.peksag', 'serhiy.storchaka', 'wim.glenn', 'corona10', 'pablogsal', 'andrei.avk', 'sirosen0', 'randolf.scholz', 'AlexWaygood'] pr_nums = ['29239'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue45356' versions = ['Python 3.11']

Linked PRs