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 rhettinger
Recipients mark.dickinson, rhettinger, serhiy.storchaka, tim.peters, wolma
Date 2018-03-27.03:30:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522121438.26.0.467229070634.issue33144@psf.upfronthosting.co.za>
In-reply-to
Content
> the optimized `_randbelow()` also avoids populating its locals 
> with 5 unused formal arguments

Yes, that clean-up would be nice as well :-)

Any thoughts on having __init__ set a flag versus using __init__subclass__ to backpatch the subclass?  To me, the former looks like plain python and latter doesn't seem like something that would normally be done in the standard library.
History
Date User Action Args
2018-03-27 03:30:38rhettingersetrecipients: + rhettinger, tim.peters, mark.dickinson, serhiy.storchaka, wolma
2018-03-27 03:30:38rhettingersetmessageid: <1522121438.26.0.467229070634.issue33144@psf.upfronthosting.co.za>
2018-03-27 03:30:38rhettingerlinkissue33144 messages
2018-03-27 03:30:38rhettingercreate