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

error checking after PyXXX_New #42995

Closed
birkenfeld opened this issue Mar 8, 2006 · 2 comments
Closed

error checking after PyXXX_New #42995

birkenfeld opened this issue Mar 8, 2006 · 2 comments
Assignees
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@birkenfeld
Copy link
Member

BPO 1445505
Nosy @Yhg1s, @birkenfeld
Files
  • PyXXX_New_errorchecking.diff
  • 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 = 'https://github.com/Yhg1s'
    closed_at = <Date 2006-03-17.19:05:52.000>
    created_at = <Date 2006-03-08.09:47:41.000>
    labels = ['interpreter-core']
    title = 'error checking after PyXXX_New'
    updated_at = <Date 2006-03-17.19:05:52.000>
    user = 'https://github.com/birkenfeld'

    bugs.python.org fields:

    activity = <Date 2006-03-17.19:05:52.000>
    actor = 'georg.brandl'
    assignee = 'twouters'
    closed = True
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2006-03-08.09:47:41.000>
    creator = 'georg.brandl'
    dependencies = []
    files = ['7058']
    hgrepos = []
    issue_num = 1445505
    keywords = ['patch']
    message_count = 2.0
    messages = ['49687', '49688']
    nosy_count = 2.0
    nosy_names = ['twouters', 'georg.brandl']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1445505'
    versions = []

    @birkenfeld
    Copy link
    Member Author

    This patch adds a great couple of NULL checks after
    PyList_New, PyTuple_New and PyDict_New.

    Thomas, can you review that I didn't make an obvious
    mistake?

    @birkenfeld birkenfeld added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Mar 8, 2006
    @birkenfeld
    Copy link
    Member Author

    Logged In: YES
    user_id=849994

    Checked in as rev. 43124, backported most as rev. 43125.

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

    No branches or pull requests

    2 participants