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 larry, serhiy.storchaka
Date 2018-12-14.09:39:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544780376.65.0.788709270274.issue35490@psf.upfronthosting.co.za>
In-reply-to
Content
The DecodeFSDefault return converter is used only in one function, os.ttyname(). It could be used also in os.ctermid(), but in any case there are too small use cases for it, because it is very uncommon to return a bare pointer to static C string. Since it is such uncommon and using this return converter does not add much to readability, I think that it is better to remove it.
History
Date User Action Args
2018-12-14 09:39:36serhiy.storchakasetrecipients: + serhiy.storchaka, larry
2018-12-14 09:39:36serhiy.storchakasetmessageid: <1544780376.65.0.788709270274.issue35490@psf.upfronthosting.co.za>
2018-12-14 09:39:36serhiy.storchakalinkissue35490 messages
2018-12-14 09:39:36serhiy.storchakacreate