]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (GH-24120)
authorPetr Viktorin <encukou@gmail.com>
Tue, 12 Jan 2021 14:45:05 +0000 (15:45 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Jan 2021 14:45:05 +0000 (15:45 +0100)
commit187f76def8a5bd0af7ab512575cad30cfe624b05
treedb9ccc652ff67efda727de984dfd07e605104152
parent5ded7efa6a7a232dd4a41e6e65e4dae47146514b
[3.8] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (GH-24120)

Co-Authored-By: Andreas Schneider <asn@cryptomilk.org>
Co-Authored-By: Antoine Pitrou <antoine@python.org>.
Co-authored-by: Petr Viktorin <encukou@gmail.com>
(cherry picked from commit 056c08211b402b4dbc1530a9de9d00ad5309909f)
https://bugs.python.org/issue40052
Include/cpython/abstract.h
Misc/NEWS.d/next/C API/2020-03-24-09-27-10.bpo-40052.27P2KG.rst [new file with mode: 0644]
Objects/call.c