]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-99443: `descr_set_trampoline_call` return type should be `int` not `PyObject*...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Nov 2022 23:50:50 +0000 (15:50 -0800)
committerGitHub <noreply@github.com>
Wed, 16 Nov 2022 23:50:50 +0000 (15:50 -0800)
commitbbac9a8bcc4d7c0692e8b4f62a955f7ca107b496
tree1442957717967a9b11999e2025b5a551dec2bdc1
parent0014ce7d0dbd02c0f9363202e091626df6ad613a
gh-99443: `descr_set_trampoline_call` return type should be `int` not `PyObject*` (GH-99444)

(cherry picked from commit bc390dd93574c3c6773958c6a7e68adc83d0bf3f)

Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Objects/descrobject.c