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 martin.panter, pitrou, serhiy.storchaka, vstinner
Date 2016-04-14.18:45:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460659551.12.0.555289176922.issue26759@psf.upfronthosting.co.za>
In-reply-to
Content
Other *_FromObject public API functions:

PyUnicode_FromObject() -- Very strict. Accepts only str subclasses.
PyByteArray_FromObject() -- Very lenient! Calls the bytearray() constructor, accepts even an integer!
PyMemoryView_FromObject() -- No surprises. Accepts only objects that support the buffer protocol.
History
Date User Action Args
2016-04-14 18:45:51serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, martin.panter
2016-04-14 18:45:51serhiy.storchakasetmessageid: <1460659551.12.0.555289176922.issue26759@psf.upfronthosting.co.za>
2016-04-14 18:45:51serhiy.storchakalinkissue26759 messages
2016-04-14 18:45:51serhiy.storchakacreate