This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients christian.heimes, gregory.p.smith
Date 2016-09-01.19:44:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGE7PNJf7A_xhdVVVBnYxwFerdWeFbW98dp8KzrQ-53rw5GJhg@mail.gmail.com>
In-reply-to <1472746701.16.0.281410260843.issue27928@psf.upfronthosting.co.za>
Content
Rather than PyArg_ParseTupleAndKeywords can you have it use argument clinic?

Also, how about making all arguments other than password be keyword only so
that code calling the function is more clear.  Otherwise it's a bit of
positional argument soup with a lot of integers and potential to invert
password and salt without realizing it.
History
Date User Action Args
2016-09-01 19:44:06gregory.p.smithsetrecipients: + gregory.p.smith, christian.heimes
2016-09-01 19:44:06gregory.p.smithlinkissue27928 messages
2016-09-01 19:44:06gregory.p.smithcreate