[issue44904] Classmethod properties are erroneously "called" in multiple modules

2021-10-28 Thread miss-islington
miss-islington added the comment: New changeset 8365a5b5abe51cbe4151d89a5d0a993273320067 by Miss Islington (bot) in branch '3.9': bpo-44904: Fix classmethod property bug in doctest module (GH-28838) https://github.com/python/cpython/commit/8365a5b5abe51cbe4151d89a5d0a993273320067

[issue44904] Classmethod properties are erroneously "called" in multiple modules

2021-10-28 Thread miss-islington
miss-islington added the comment: New changeset 1f45cc0dfa9a8febfc256411c803b4536719db97 by Miss Islington (bot) in branch '3.10': bpo-44904: Fix classmethod property bug in doctest module (GH-28838) https://github.com/python/cpython/commit/1f45cc0dfa9a8febfc256411c803b4536719db97

[issue44904] Classmethod properties are erroneously "called" in multiple modules

2021-10-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset b1302abcc8a4be5f39b4d60a1ce28032b77655b3 by Alex Waygood in branch 'main': bpo-44904: Fix classmethod property bug in doctest module (GH-28838) https://github.com/python/cpython/commit/b1302abcc8a4be5f39b4d60a1ce28032b77655b3 --

[issue44904] Classmethod properties are erroneously "called" in multiple modules

2021-10-28 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +27526 pull_request: https://github.com/python/cpython/pull/29261 ___ Python tracker

[issue44904] Classmethod properties are erroneously "called" in multiple modules

2021-10-28 Thread miss-islington
Change by miss-islington : -- pull_requests: +27527 pull_request: https://github.com/python/cpython/pull/29262 ___ Python tracker ___

[issue44904] Classmethod properties are erroneously "called" in multiple modules

2021-10-10 Thread Raymond Hettinger
Raymond Hettinger added the comment: Moving this discussion to issue 45356 because some of the discussion would need to be duplicated. -- nosy: +rhettinger resolution: -> duplicate stage: patch review -> resolved status: open -> closed superseder: -> Calling `help` executes

[issue44904] Classmethod properties are erroneously "called" in multiple modules

2021-10-09 Thread Alex Waygood
Change by Alex Waygood : -- nosy: +tim.peters title: Erroneous behaviour for abstract class properties -> Classmethod properties are erroneously "called" in multiple modules ___ Python tracker