[issue45528] mmap: constants not listed in the documentation

2021-10-22 Thread Christian Heimes
Change by Christian Heimes : -- type: -> enhancement versions: -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker ___ ___ Pyth

[issue45535] Enum's dir() does not contain inherited members

2021-10-22 Thread Alex Waygood
Alex Waygood added the comment: Would there be interest in me submitting a PR along these lines? > why use mro() instead of __mro__? Er, no reason, really. To be honest, I've never really understood why Python has both. -- ___ Python tracke

[issue45565] More LOAD_ATTR specializations

2021-10-22 Thread Ken Jin
Change by Ken Jin : -- keywords: +patch pull_requests: +27422 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29146 ___ Python tracker ___

[issue45565] More LOAD_ATTR specializations

2021-10-22 Thread Ken Jin
Change by Ken Jin : -- components: Interpreter Core nosy: Mark.Shannon, kj priority: normal severity: normal status: open title: More LOAD_ATTR specializations type: performance versions: Python 3.11 ___ Python tracker

<    1   2   3