diff options
| author | Jack DeVries <58614260+jdevries3133@users.noreply.github.com> | 2021-07-29 07:40:29 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-29 13:40:29 +0200 |
| commit | 50de8f74f8e92b20e76438c22b6a8f91afd6df75 (patch) | |
| tree | 6f24738fae18584f424020f7306a59a9261740bb /Python/specialize.c | |
| parent | e5c8ddb1714fb51ab1defa24352c98e0f01205dc (diff) | |
| download | cpython-git-50de8f74f8e92b20e76438c22b6a8f91afd6df75.tar.gz | |
bpo-44752: Make rlcompleter not call `@property` methods (GH-27401)
* rlcompleter was calling these methods to identify whether to add
parenthesis to the completion, based on if the attribute is callable.
* for property objects, completion with parenthesis are never desirable.
* property methods with print statements behaved very strangely, which
was especially unfriendly to language newcomers. <tab> could suddenly
produce output unexpectedly.
Diffstat (limited to 'Python/specialize.c')
0 files changed, 0 insertions, 0 deletions
