commit | 1a2b24f02dfd4eb3383f6ae2b59e5a4eb66fd5bb | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Jul 07 17:35:15 2016 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Jul 07 17:35:15 2016 +0300 |
tree | d0bac08478e97df6c9f949e0f9622a67d4d15d96 | |
parent | b8a2f51ceb636878ec767554eddbb11ff4502c55 [diff] |
Issue #27332: Fixed the type of the first argument of module-level functions generated by Argument Clinic. Patch by Petr Viktorin.