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

PYTHON-3959 - NULL Initialize PyObjects #1859

Merged
merged 3 commits into from
Oct 3, 2024

Commits on Sep 19, 2024

  1. PYTHON-3959 - NULL Initialize PyObjects

    NULL initialize PyObjects before calling PyErr_*
    aclark4life committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    46a07dd View commit details
    Browse the repository at this point in the history
  2. PYTHON-3959 - NULL Initialize PyObjects

    Initialize all PyObjects, not just those that included in calls to
    PyErr_*.
    aclark4life committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    127ce23 View commit details
    Browse the repository at this point in the history
  3. PYTHON-3959 - NULL Initialize PyObjects

    Missed a few, thanks Jib!
    aclark4life committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f252a7c View commit details
    Browse the repository at this point in the history