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 erikjanss
Recipients JelleZijlstra, brett.cannon, buchuki, erikjanss, ethan.furman, martin.panter, python-dev, serhiy.storchaka
Date 2018-08-06.20:56:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1533588984.36.0.56676864532.issue27186@psf.upfronthosting.co.za>
In-reply-to
Content
is there a particular reason for PyOS_FSPath to live in posixmodule.c

since Objects/unicodeobject.c uses this function, this makes it not possible to compile Python without a posixmodule.

this makes it difficult to compile a 'core' python on a new platform, since implementing the posixmodule on a new platform is not trivial.

also the documentation on porting mentions that one should first port python without a posixmodule.
History
Date User Action Args
2018-08-06 20:56:24erikjansssetrecipients: + erikjanss, brett.cannon, ethan.furman, python-dev, martin.panter, serhiy.storchaka, JelleZijlstra, buchuki
2018-08-06 20:56:24erikjansssetmessageid: <1533588984.36.0.56676864532.issue27186@psf.upfronthosting.co.za>
2018-08-06 20:56:24erikjansslinkissue27186 messages
2018-08-06 20:56:24erikjansscreate