commit | adfffc7343ce7ebc88ec734a803d3247ba8927fb | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Mar 05 18:41:09 2019 +0200 |
committer | GitHub <noreply@github.com> | Tue Mar 05 18:41:09 2019 +0200 |
tree | 18556caba971d0a603c65079c5be5d9a89bbb7e3 | |
parent | b35be4b3334fbc471a39abbeb68110867b72e3e5 [diff] |
Fix the C function signature for _collections._tuplegetter.__reduce__. (GH-12180) Correctly fixes bpo-36197.