This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2021-08-12 21:16 by rzepecki.t, last changed 2022-04-11 14:59 by admin. This issue is now closed.
Files | ||||
---|---|---|---|---|
File name | Uploaded | Description | Edit | |
bug_report.py | rzepecki.t, 2021-08-12 21:16 | Example of the issue | ||
classmethod_properties_bug.py | AlexWaygood, 2021-08-15 15:13 | Short script demonstrating how a bug relating to classmethod properties causes doctest.py to crash |
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 28838 | merged | AlexWaygood, 2021-10-09 18:15 | |
PR 29261 | merged | miss-islington, 2021-10-28 07:48 | |
PR 29262 | merged | miss-islington, 2021-10-28 07:48 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:59:48 | admin | set | github: 89067 |
2021-10-28 08:13:53 | miss-islington | set | messages: + msg405157 |
2021-10-28 08:09:56 | miss-islington | set | messages: + msg405156 |
2021-10-28 07:48:28 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka messages: + msg405154 |
2021-10-28 07:48:22 | miss-islington | set | pull_requests: + pull_request27527 |
2021-10-28 07:48:17 | miss-islington | set | nosy:
+ miss-islington pull_requests: + pull_request27526 |
2021-10-10 22:18:34 | rhettinger | set | status: open -> closed superseder: Calling `help` executes @classmethod @property decorated methods nosy: + rhettinger messages: + msg403612 resolution: duplicate stage: patch review -> resolved |
2021-10-09 19:36:35 | AlexWaygood | set | nosy:
+ tim.peters title: Erroneous behaviour for abstract class properties -> Classmethod properties are erroneously "called" in multiple modules |
2021-10-09 18:17:17 | AlexWaygood | set | versions: + Python 3.10, Python 3.11 |
2021-10-09 18:15:55 | AlexWaygood | set | keywords:
+ patch stage: patch review pull_requests: + pull_request27153 |
2021-08-15 15:13:33 | AlexWaygood | set | files:
+ classmethod_properties_bug.py nosy: + AlexWaygood messages: + msg399622 |
2021-08-12 21:16:41 | rzepecki.t | create |