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

gh-99110: Initialize frame->previous in init_frame to fix segmentation fault #100182

Merged
merged 10 commits into from Dec 23, 2022

Commits on Dec 13, 2022

  1. Move initialization of frame->previous to init_frame.

    Use self.assertEquals instead of assert.
    byllyfish committed Dec 13, 2022

Commits on Dec 18, 2022

  1. Add frame_new function to _testcapimodule.c.

    Move frame test from test_python_api.py to test_frame.py.
    byllyfish committed Dec 18, 2022
  2. Remove blank line.

    byllyfish committed Dec 18, 2022