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

Minor problems with PyFileObject documentation (Doc/c-api/file.rst) #54320

Closed
pebolle mannequin opened this issue Oct 15, 2010 · 2 comments
Closed

Minor problems with PyFileObject documentation (Doc/c-api/file.rst) #54320

pebolle mannequin opened this issue Oct 15, 2010 · 2 comments
Labels
docs Documentation in the Doc dir

Comments

@pebolle
Copy link
Mannequin

pebolle mannequin commented Oct 15, 2010

BPO 10111
Nosy @birkenfeld, @pitrou
Files
  • python-2.7-Doc-gil.patch: minor documentation fixes
  • 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-10-15.17:53:12.900>
    created_at = <Date 2010-10-15.06:50:05.967>
    labels = ['docs']
    title = 'Minor problems with PyFileObject documentation (Doc/c-api/file.rst)'
    updated_at = <Date 2010-10-15.17:53:12.859>
    user = 'https://bugs.python.org/pebolle'

    bugs.python.org fields:

    activity = <Date 2010-10-15.17:53:12.859>
    actor = 'georg.brandl'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2010-10-15.17:53:12.900>
    closer = 'georg.brandl'
    components = ['Documentation']
    creation = <Date 2010-10-15.06:50:05.967>
    creator = 'pebolle'
    dependencies = []
    files = ['19241']
    hgrepos = []
    issue_num = 10111
    keywords = ['patch']
    message_count = 2.0
    messages = ['118742', '118811']
    nosy_count = 4.0
    nosy_names = ['georg.brandl', 'pitrou', 'docs@python', 'pebolle']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue10111'
    versions = ['Python 2.7']

    @pebolle
    Copy link
    Mannequin Author

    pebolle mannequin commented Oct 15, 2010

    1. I ran into some (small) problems with the documentation added by revision 62195 (see bpo-815646 for background).

    2. A small patch that addresses two problems with the Python 2.7 documentation should be attached:

    • link three occurrences of "GIL" to the GIL entry in the glossary; and
    • add some example code to clarify the usage of PyFile_IncUseCount() andPyFile_DecUseCount().
    1. That patch also adds a link to the "Thread State and the Global Interpreter Lock" section to the GIL entry in the Documentation index. That is a separate problem. But fixing that minor problem could also be of help to people (like me) that need to better understand the GIL aspects of those two functions.

    @pebolle pebolle mannequin assigned docspython Oct 15, 2010
    @pebolle pebolle mannequin added the docs Documentation in the Doc dir label Oct 15, 2010
    @birkenfeld
    Copy link
    Member

    Committed in r85545.

    @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