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.

作者 pitrou
收信人 eric.araujo, giampaolo.rodola, janssen, pitrou, simpkins
日期 2011-08-24.13:46:47
SpamBayes Score 2.6825686e-05
Marked as misclassified
Message-id <1314193608.13.0.918183535502.issue12803@psf.upfronthosting.co.za>
In-reply-to
内容
Thanks for the patch. This is a generally useful functionality and the patch looks mostly good.
I have a couple comments:

- in _pwinfo_set(), you need to decref password_bytes when you're finished
- you check the password size in _password_callback() but not in _pwinfo_set(), is it expected? is the size limit only meaningful with a callback rather than a predefined password?
历史
日期 用户 动作 参数
2011-08-24 13:46:48pitrou修改recipients: + pitrou, janssen, giampaolo.rodola, eric.araujo, simpkins
2011-08-24 13:46:48pitrou修改messageid: <1314193608.13.0.918183535502.issue12803@psf.upfronthosting.co.za>
2011-08-24 13:46:47pitrou链接issue12803 messages
2011-08-24 13:46:47pitrou创建