]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the C function signature for _collections._tuplegetter.__reduce__. (GH-12180)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 5 Mar 2019 16:41:09 +0000 (18:41 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2019 16:41:09 +0000 (18:41 +0200)
commitadfffc7343ce7ebc88ec734a803d3247ba8927fb
tree18556caba971d0a603c65079c5be5d9a89bbb7e3
parentb35be4b3334fbc471a39abbeb68110867b72e3e5
Fix the C function signature for _collections._tuplegetter.__reduce__. (GH-12180)

Correctly fixes bpo-36197.
Modules/_collectionsmodule.c