Message 323225 - Python tracker
Message323225
| 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:24 | erikjanss | set | recipients: + erikjanss, brett.cannon, ethan.furman, python-dev, martin.panter, serhiy.storchaka, JelleZijlstra, buchuki |
| 2018-08-06 20:56:24 | erikjanss | set | messageid: <1533588984.36.0.56676864532.issue27186@psf.upfronthosting.co.za> |
| 2018-08-06 20:56:24 | erikjanss | link | issue27186 messages |
| 2018-08-06 20:56:24 | erikjanss | create | |