commit | 0767ad40bfe83525d2ba290cc6eb7c97ce01cdd6 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Mar 12 09:20:15 2017 +0200 |
committer | GitHub <noreply@github.com> | Sun Mar 12 09:20:15 2017 +0200 |
tree | 5a81a5c25db553188f0eb469d708885eeee9723f | |
parent | c611a5b1d4fab0123bf622f06c3bfa510221dc32 [diff] |
bpo-20185: Convert the marshal module to Argument Clinic. (#541) Based on patch by Vajrasky Kok.