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

I suggests to modify Include/object.h in 98 line #90748

Closed
4d656f77 mannequin opened this issue Jan 30, 2022 · 1 comment
Closed

I suggests to modify Include/object.h in 98 line #90748

4d656f77 mannequin opened this issue Jan 30, 2022 · 1 comment
Labels
3.11 only security fixes type-feature A feature request or enhancement

Comments

@4d656f77
Copy link
Mannequin

4d656f77 mannequin commented Jan 30, 2022

BPO 46590
Nosy @4d656f77
PRs
  • bpo-46590: I suggests to modify Include/object.h in 98 line #31020
  • 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 2022-01-30.23:59:10.004>
    created_at = <Date 2022-01-30.21:57:40.026>
    labels = ['type-feature', '3.11']
    title = 'I suggests to modify Include/object.h in 98 line'
    updated_at = <Date 2022-01-30.23:59:10.004>
    user = 'https://github.com/4d656f77'

    bugs.python.org fields:

    activity = <Date 2022-01-30.23:59:10.004>
    actor = '4d656f77'
    assignee = 'none'
    closed = True
    closed_date = <Date 2022-01-30.23:59:10.004>
    closer = '4d656f77'
    components = []
    creation = <Date 2022-01-30.21:57:40.026>
    creator = '4d656f77'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 46590
    keywords = ['patch']
    message_count = 1.0
    messages = ['412175']
    nosy_count = 1.0
    nosy_names = ['4d656f77']
    pr_nums = ['31020']
    priority = 'normal'
    resolution = None
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue46590'
    versions = ['Python 3.11']

    @4d656f77
    Copy link
    Mannequin Author

    4d656f77 mannequin commented Jan 30, 2022

    before version
    #define Py_INVALID_SIZE (Py_ssize_t)-1
    
    after version
    #define Py_INVALID_SIZE ((Py_ssize_t)-1)

    I think that the after version is more safety.
    thanks to read this request.

    @4d656f77 4d656f77 mannequin added topic-C-API 3.11 only security fixes type-feature A feature request or enhancement and removed topic-C-API labels Jan 30, 2022
    @4d656f77 4d656f77 mannequin closed this as completed Jan 30, 2022
    @4d656f77 4d656f77 mannequin closed this as completed Jan 30, 2022
    @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.11 only security fixes type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants