Skip to content

gh-131998: Fix NULL dereference when using an unbound method descriptor in a specialized code path #132000

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

Merged
merged 16 commits into from
Apr 8, 2025
Merged
Prev Previous commit
Next Next commit
Merge branch 'main' into gh-131998-method-descriptor-crash
  • Loading branch information
ZeroIntensity authored Apr 7, 2025
commit aefcf8aac0086b83c4de9375cd66a977bee680a8
2 changes: 1 addition & 1 deletion Lib/test/test_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
run_with_locale, cpython_only, no_rerun,
MISSING_C_DOCSTRINGS, EqualToForwardRef,
)
from test.support.script_helper import assert_python_ok
from test.support.script_helper import assert_python_ok, import_fresh_module
import collections.abc
from collections import namedtuple, UserDict
import copy
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.