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

wrong meaning of arg in Py_tracefunc doc #76868

Closed
zhangyangyu opened this issue Jan 27, 2018 · 4 comments
Closed

wrong meaning of arg in Py_tracefunc doc #76868

zhangyangyu opened this issue Jan 27, 2018 · 4 comments
Labels
3.7 (EOL) end of life docs Documentation in the Doc dir

Comments

@zhangyangyu
Copy link
Member

BPO 32687
Nosy @zhangyangyu
PRs
  • bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation #5361
  • [3.6] bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (GH-5361) #5377
  • [2.7] bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (GH-5361) #5378
  • 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 2018-01-28.08:43:19.696>
    created_at = <Date 2018-01-27.15:58:19.681>
    labels = ['3.7', 'docs']
    title = 'wrong meaning of arg in Py_tracefunc doc'
    updated_at = <Date 2018-01-28.08:43:19.696>
    user = 'https://github.com/zhangyangyu'

    bugs.python.org fields:

    activity = <Date 2018-01-28.08:43:19.696>
    actor = 'xiang.zhang'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2018-01-28.08:43:19.696>
    closer = 'xiang.zhang'
    components = ['Documentation']
    creation = <Date 2018-01-27.15:58:19.681>
    creator = 'xiang.zhang'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32687
    keywords = ['patch']
    message_count = 4.0
    messages = ['310865', '310926', '310928', '310929']
    nosy_count = 2.0
    nosy_names = ['docs@python', 'xiang.zhang']
    pr_nums = ['5361', '5377', '5378']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue32687'
    versions = ['Python 2.7', 'Python 3.6', 'Python 3.7']

    @zhangyangyu
    Copy link
    Member Author

    The meaning of arg for PyTrace_Line and PyTrace_CALL is wrong, it is not always NULL but always Py_None.

    @zhangyangyu zhangyangyu added the 3.7 (EOL) end of life label Jan 27, 2018
    @zhangyangyu zhangyangyu added the docs Documentation in the Doc dir label Jan 27, 2018
    @zhangyangyu
    Copy link
    Member Author

    New changeset 9ed0aee by Xiang Zhang in branch 'master':
    bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (bpo-5361)
    9ed0aee

    @zhangyangyu
    Copy link
    Member Author

    New changeset 854f042 by Xiang Zhang (Miss Islington (bot)) in branch '3.6':
    bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (GH-5361) (GH-5377)
    854f042

    @zhangyangyu
    Copy link
    Member Author

    New changeset 745e9de by Xiang Zhang (Miss Islington (bot)) in branch '2.7':
    bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (GH-5361) (GH-5378)
    745e9de

    @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.7 (EOL) end of life docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant