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 serhiy.storchaka
Recipients bob.ippolito, ezio.melotti, josh.r, rhettinger, serhiy.storchaka
Date 2017-05-05.17:41:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494006108.25.0.926068831445.issue30248@psf.upfronthosting.co.za>
In-reply-to
Content
Initially I was going to add explicit bool() calls in Python implementations, so that Python and C implementation behave the same in case of non-constant options. But then I figured out that is behavior is insane and we shouldn't guarantee anything in this case. If we don't bother to satisfy matching the behavior in Python and C implementations, this change is not worth to be mentioned in Misc/NEWS.
History
Date User Action Args
2017-05-05 17:41:48serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, bob.ippolito, ezio.melotti, josh.r
2017-05-05 17:41:48serhiy.storchakasetmessageid: <1494006108.25.0.926068831445.issue30248@psf.upfronthosting.co.za>
2017-05-05 17:41:48serhiy.storchakalinkissue30248 messages
2017-05-05 17:41:48serhiy.storchakacreate