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 steve.dower
Recipients steve.dower, tim.golden, zach.ware
Date 2015-01-17.22:00:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421532006.91.0.00700663216242.issue23253@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, I hate touching posixmodule.c for the same reason. It'd be nice to split it up into separate platform files, but nobody is volunteering for that.

If you focus on the performance, then yeah, this change probably isn't worth it. OTOH, the number of Windows platforms keep increasing (e.g. ARM, phone/tablet/various sandboxes, etc.) and the fewer dependencies we have the more likely Python will Just Work in them. (And the more value that a split up posixmodule.c will have... guess it'll have to happen eventually.)
History
Date User Action Args
2015-01-17 22:00:06steve.dowersetrecipients: + steve.dower, tim.golden, zach.ware
2015-01-17 22:00:06steve.dowersetmessageid: <1421532006.91.0.00700663216242.issue23253@psf.upfronthosting.co.za>
2015-01-17 22:00:06steve.dowerlinkissue23253 messages
2015-01-17 22:00:06steve.dowercreate