Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gh-116180: check if globals is NULL and set error in run_eval_code_obj() #116182

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

Closed
wants to merge 1 commit into from
Closed

gh-116180: check if globals is NULL and set error in run_eval_code_obj() #116182

wants to merge 1 commit into from

Conversation

ngr-ilmarh
Copy link
Contributor

@ngr-ilmarh ngr-ilmarh commented Mar 1, 2024

Add globals NULL check in run_eval_code_obj to avoid possible segmentation fault

@ghost
Copy link

ghost commented Mar 1, 2024

All commit authors signed the Contributor License Agreement.
CLA signed

@bedevere-app
Copy link

bedevere-app bot commented Mar 1, 2024

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@gpshead
Copy link
Member

gpshead commented Mar 1, 2024

FYI - PRs ordinarily need to be made against the main branch. We backport to releases after things are fixed in main. If something is not relevant in main or later releases that needs to be stated in the PR and relevant issue.

Realize that 3.10 is no longer accepting non-security bug fixes.

@gpshead gpshead closed this Mar 1, 2024
@ngr-ilmarh ngr-ilmarh deleted the fix-issue-116180 branch March 1, 2024 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants