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 yselivanov
Recipients larry, ncoghlan, yselivanov
Date 2014-02-19.21:05:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392843905.73.0.0292247586789.issue20684@psf.upfronthosting.co.za>
In-reply-to
Content
> My only question: do they need to be independent flags?  ISTM that they're always either both True or both False.

I'd keep them independent solely to make the code easier to read/audit. As, for instance, a combined argument won't make sense for someone who just inspects the code of '_signature_from_builtin()' helper.
History
Date User Action Args
2014-02-19 21:05:05yselivanovsetrecipients: + yselivanov, ncoghlan, larry
2014-02-19 21:05:05yselivanovsetmessageid: <1392843905.73.0.0292247586789.issue20684@psf.upfronthosting.co.za>
2014-02-19 21:05:05yselivanovlinkissue20684 messages
2014-02-19 21:05:05yselivanovcreate