Commit ac3c439
pythongh-131998: Fix
Co-authored-by: sobolevn <mail@sobolevn.me>
Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Mark Shannon <mark@hotpy.org>NULL dereference when using an unbound method descriptor in a specialized code path (python#132000)1 parent 3eda146 commit ac3c439
File tree
5 files changed
+47
-0
lines changed- Lib/test
- Misc/NEWS.d/next/Core_and_Builtins
- Python
5 files changed
+47
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
672 | 673 | | |
673 | 674 | | |
674 | 675 | | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
675 | 694 | | |
676 | 695 | | |
677 | 696 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4300 | 4300 | | |
4301 | 4301 | | |
4302 | 4302 | | |
| 4303 | + | |
4303 | 4304 | | |
4304 | 4305 | | |
4305 | 4306 | | |
4306 | 4307 | | |
4307 | 4308 | | |
4308 | 4309 | | |
| 4310 | + | |
4309 | 4311 | | |
4310 | 4312 | | |
4311 | 4313 | | |
| |||
4378 | 4380 | | |
4379 | 4381 | | |
4380 | 4382 | | |
| 4383 | + | |
4381 | 4384 | | |
4382 | 4385 | | |
4383 | 4386 | | |
4384 | 4387 | | |
4385 | 4388 | | |
4386 | 4389 | | |
| 4390 | + | |
4387 | 4391 | | |
4388 | 4392 | | |
4389 | 4393 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments