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 arjaz, mark.dickinson, rhettinger
Date 2021-05-03.09:35:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620034548.62.0.507346257917.issue44018@roundup.psfhosted.org>
In-reply-to
Content
I don't see a bug here.  As documented, "a str, bytes, or bytearray object gets converted to an int and all of its bits are used."  The various input types are converted to an integer and it doesn't really matter how it is done as long as it is consistent.  FWIW, the docs link to the source code so it can be examined if needed.
History
Date User Action Args
2021-05-03 09:35:48rhettingersetrecipients: + rhettinger, mark.dickinson, arjaz
2021-05-03 09:35:48rhettingersetmessageid: <1620034548.62.0.507346257917.issue44018@roundup.psfhosted.org>
2021-05-03 09:35:48rhettingerlinkissue44018 messages
2021-05-03 09:35:48rhettingercreate