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

Make co->co_argcount represent the total number of positional arguments in the code object #81303

Closed
pablogsal opened this issue Jun 1, 2019 · 2 comments
Labels
3.8 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@pablogsal
Copy link
Member

BPO 37122
Nosy @scoder, @serhiy-storchaka, @pablogsal
PRs
  • bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object #13726
  • 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 2019-06-01.17:08:23.897>
    created_at = <Date 2019-06-01.15:46:07.978>
    labels = ['interpreter-core', '3.8']
    title = 'Make co->co_argcount represent the total number of positional arguments in the code object'
    updated_at = <Date 2019-06-01.17:08:23.897>
    user = 'https://github.com/pablogsal'

    bugs.python.org fields:

    activity = <Date 2019-06-01.17:08:23.897>
    actor = 'pablogsal'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-06-01.17:08:23.897>
    closer = 'pablogsal'
    components = ['Interpreter Core']
    creation = <Date 2019-06-01.15:46:07.978>
    creator = 'pablogsal'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 37122
    keywords = ['patch']
    message_count = 2.0
    messages = ['344178', '344192']
    nosy_count = 3.0
    nosy_names = ['scoder', 'serhiy.storchaka', 'pablogsal']
    pr_nums = ['13726']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue37122'
    versions = ['Python 3.8']

    @pablogsal
    Copy link
    Member Author

    @pablogsal pablogsal added 3.8 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) labels Jun 1, 2019
    @pablogsal
    Copy link
    Member Author

    New changeset cd74e66 by Pablo Galindo in branch 'master':
    bpo-37122: Make co->co_argcount represent the total number of positonal arguments in the code object (GH-13726)
    cd74e66

    @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.8 only security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant