diff options
author | zq1997 <email2zq@qq.com> | 2022-01-17 17:45:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-17 17:45:44 (GMT) |
commit | c118c2455c95baea08045dc64963600b7a56b6fd (patch) | |
tree | 123654926c6f7000d497917ed1dd38374f8407a1 /Misc | |
parent | 62a6594e66ca955073be2f4e5a40291a39252ef3 (diff) | |
download | cpython-c118c2455c95baea08045dc64963600b7a56b6fd.zip cpython-c118c2455c95baea08045dc64963600b7a56b6fd.tar.gz cpython-c118c2455c95baea08045dc64963600b7a56b6fd.tar.bz2 |
bpo-46161: Fix bug in starunpack_helper in compile.c (GH-30235)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2021-12-23-12-32-45.bpo-46161.EljBmu.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-12-23-12-32-45.bpo-46161.EljBmu.rst b/Misc/NEWS.d/next/Core and Builtins/2021-12-23-12-32-45.bpo-46161.EljBmu.rst new file mode 100644 index 0000000..3eeb358 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2021-12-23-12-32-45.bpo-46161.EljBmu.rst @@ -0,0 +1 @@ +Fix the class building error when the arguments are constants and CALL_FUNCTION_EX is used.
\ No newline at end of file |