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

ThreadError is not in threading.__all__ #56888

Closed
anacrolix mannequin opened this issue Aug 2, 2011 · 2 comments
Closed

ThreadError is not in threading.__all__ #56888

anacrolix mannequin opened this issue Aug 2, 2011 · 2 comments
Labels
stdlib Python modules in the Lib dir

Comments

@anacrolix
Copy link
Mannequin

anacrolix mannequin commented Aug 2, 2011

BPO 12679
Nosy @anacrolix
Files
  • export-thread-error.patch
  • 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 2011-08-02.18:06:28.822>
    created_at = <Date 2011-08-02.06:46:51.221>
    labels = ['library']
    title = 'ThreadError is not in threading.__all__'
    updated_at = <Date 2011-08-02.18:06:28.820>
    user = 'https://github.com/anacrolix'

    bugs.python.org fields:

    activity = <Date 2011-08-02.18:06:28.820>
    actor = 'python-dev'
    assignee = 'none'
    closed = True
    closed_date = <Date 2011-08-02.18:06:28.822>
    closer = 'python-dev'
    components = ['Library (Lib)']
    creation = <Date 2011-08-02.06:46:51.221>
    creator = 'anacrolix'
    dependencies = []
    files = ['22827']
    hgrepos = []
    issue_num = 12679
    keywords = ['patch']
    message_count = 2.0
    messages = ['141546', '141575']
    nosy_count = 2.0
    nosy_names = ['anacrolix', 'python-dev']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue12679'
    versions = ['Python 3.2']

    @anacrolix
    Copy link
    Mannequin Author

    anacrolix mannequin commented Aug 2, 2011

    >>> from threading import *
    >>> ThreadError
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    NameError: name 'ThreadError' is not defined

    @anacrolix anacrolix mannequin added the stdlib Python modules in the Lib dir label Aug 2, 2011
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Aug 2, 2011

    New changeset bbeda42ea6a8 by Benjamin Peterson in branch 'default':
    add ThreadError to threading.__all__ (closes bpo-12679)
    http://hg.python.org/cpython/rev/bbeda42ea6a8

    @python-dev python-dev mannequin closed this as completed Aug 2, 2011
    @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
    stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants