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

threading is_alive documnetation is unclear #53585

Closed
bbrazil mannequin opened this issue Jul 23, 2010 · 3 comments
Closed

threading is_alive documnetation is unclear #53585

bbrazil mannequin opened this issue Jul 23, 2010 · 3 comments
Labels
docs Documentation in the Doc dir

Comments

@bbrazil
Copy link
Mannequin

bbrazil mannequin commented Jul 23, 2010

BPO 9339
Nosy @brettcannon
Files
  • threading-roughly-doc-fix.patch: Clarification of threading is_alive docs.
  • 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 2010-07-23.12:30:36.005>
    created_at = <Date 2010-07-23.11:19:27.911>
    labels = ['docs']
    title = 'threading is_alive documnetation is unclear'
    updated_at = <Date 2010-07-23.12:30:35.896>
    user = 'https://bugs.python.org/bbrazil'

    bugs.python.org fields:

    activity = <Date 2010-07-23.12:30:35.896>
    actor = 'brett.cannon'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2010-07-23.12:30:36.005>
    closer = 'brett.cannon'
    components = ['Documentation']
    creation = <Date 2010-07-23.11:19:27.911>
    creator = 'bbrazil'
    dependencies = []
    files = ['18141']
    hgrepos = []
    issue_num = 9339
    keywords = ['patch']
    message_count = 3.0
    messages = ['111278', '111281', '111296']
    nosy_count = 3.0
    nosy_names = ['brett.cannon', 'docs@python', 'bbrazil']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue9339'
    versions = ['Python 2.6', 'Python 2.5', 'Python 3.1', 'Python 2.7', 'Python 3.2', 'Python 3.3']

    @bbrazil
    Copy link
    Mannequin Author

    bbrazil mannequin commented Jul 23, 2010

    http://docs.python.org/py3k/library/threading.html

    "Roughly, a thread is alive from the moment the start() method returns until its run() method terminates."

    Using "Roughly" in relation to threading is a bit unspecific. I've had a look through _bootstrap_inner() and attached a patch to clarify this.

    @bbrazil bbrazil mannequin assigned docspython Jul 23, 2010
    @bbrazil bbrazil mannequin added the docs Documentation in the Doc dir label Jul 23, 2010
    @bbrazil
    Copy link
    Mannequin Author

    bbrazil mannequin commented Jul 23, 2010

    Here's a slightly cleaner version.

    @brettcannon
    Copy link
    Member

    3.2: 83080
    3.1: 83081
    2.7: 83082

    @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
    docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant