Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

functools.cached_property() not included in __all__ #83996

Closed
rhettinger opened this issue Mar 1, 2020 · 3 comments
Closed

functools.cached_property() not included in __all__ #83996

rhettinger opened this issue Mar 1, 2020 · 3 comments
Labels
3.8 only security fixes 3.9 only security fixes easy stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@rhettinger
Copy link
Contributor

BPO 39815
Nosy @rhettinger, @pablogsal, @miss-islington, @hakancelik96
PRs
  • bpo-39815: add cached_property to all #18726
  • [3.8] bpo-39815: add cached_property to all (GH-18726) #18728
  • 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 = None
    closed_at = <Date 2020-03-02.00:08:52.828>
    created_at = <Date 2020-03-01.18:34:39.419>
    labels = ['easy', '3.8', 'type-bug', 'library', '3.9']
    title = 'functools.cached_property() not included in __all__'
    updated_at = <Date 2020-03-02.00:08:52.828>
    user = 'https://github.com/rhettinger'

    bugs.python.org fields:

    activity = <Date 2020-03-02.00:08:52.828>
    actor = 'pablogsal'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-03-02.00:08:52.828>
    closer = 'pablogsal'
    components = ['Library (Lib)']
    creation = <Date 2020-03-01.18:34:39.419>
    creator = 'rhettinger'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39815
    keywords = ['patch', 'easy']
    message_count = 3.0
    messages = ['363088', '363096', '363110']
    nosy_count = 4.0
    nosy_names = ['rhettinger', 'pablogsal', 'miss-islington', 'hakancelik']
    pr_nums = ['18726', '18728']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue39815'
    versions = ['Python 3.8', 'Python 3.9']

    @rhettinger rhettinger added 3.8 only security fixes 3.9 only security fixes stdlib Python modules in the Lib dir easy type-bug An unexpected behavior, bug, or error labels Mar 1, 2020
    @rhettinger
    Copy link
    Contributor Author

    >>> import functools
    >>> functools.cached_property
    <class 'functools.cached_property'>
    >>> functools.__all__
    ['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES', 'total_ordering', 'cmp_to_key', 'lru_cache', 'reduce', 'partial', 'partialmethod', 'singledispatch', 'singledispatchmethod']

    @miss-islington
    Copy link
    Contributor

    New changeset 217dce9 by Hakan Çelik in branch 'master':
    bpo-39815: add cached_property to all (GH-18726)
    217dce9

    @pablogsal
    Copy link
    Member

    New changeset 12b7143 by Pablo Galindo in branch '3.8':
    [3.8] bpo-39815: add cached_property to all (GH-18726) (GH-18728)
    12b7143

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.8 only security fixes 3.9 only security fixes easy stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants