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

inspect doesn't have __all__ #71249

Closed
leewz mannequin opened this issue May 19, 2016 · 4 comments
Closed

inspect doesn't have __all__ #71249

leewz mannequin opened this issue May 19, 2016 · 4 comments
Labels
3.11 only security fixes easy stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@leewz
Copy link
Mannequin

leewz mannequin commented May 19, 2016

BPO 27062
Nosy @warsaw, @ambv, @leewz, @kumaraditya303
PRs
  • bpo-27062: add __all__ to inspect module #30003
  • 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 2021-12-10.23:06:48.132>
    created_at = <Date 2016-05-19.20:29:43.203>
    labels = ['easy', 'type-feature', 'library', '3.11']
    title = "`inspect` doesn't have `__all__`"
    updated_at = <Date 2021-12-10.23:06:48.131>
    user = 'https://github.com/leewz'

    bugs.python.org fields:

    activity = <Date 2021-12-10.23:06:48.131>
    actor = 'lukasz.langa'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-12-10.23:06:48.132>
    closer = 'lukasz.langa'
    components = ['Library (Lib)']
    creation = <Date 2016-05-19.20:29:43.203>
    creator = 'leewz'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 27062
    keywords = ['patch', 'easy']
    message_count = 4.0
    messages = ['265893', '265895', '408254', '408255']
    nosy_count = 4.0
    nosy_names = ['barry', 'lukasz.langa', 'leewz', 'kumaraditya']
    pr_nums = ['30003']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue27062'
    versions = ['Python 3.11']

    @leewz
    Copy link
    Mannequin Author

    leewz mannequin commented May 19, 2016

    inspect's names are pretty close to unique, except for stack, unwrap, and trace. It doesn't define __all__, though.

    @leewz leewz mannequin added type-bug An unexpected behavior, bug, or error stdlib Python modules in the Lib dir labels May 19, 2016
    @warsaw
    Copy link
    Member

    warsaw commented May 19, 2016

    I refer again to https://bugs.python.org/issue26632 :)

    @iritkatriel iritkatriel added easy 3.11 only security fixes type-feature A feature request or enhancement and removed type-bug An unexpected behavior, bug, or error labels Dec 7, 2021
    @ambv
    Copy link
    Contributor

    ambv commented Dec 10, 2021

    New changeset 810c176 by Kumar Aditya in branch 'main':
    bpo-27062: add __all__ to inspect module (GH-30003)
    810c176

    @ambv
    Copy link
    Contributor

    ambv commented Dec 10, 2021

    Thanks! ✨ 🍰 ✨

    @ambv ambv closed this as completed Dec 10, 2021
    @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.11 only security fixes easy stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    3 participants