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 vstinner
Recipients brett.cannon, joshtriplett, ncoghlan, petri.lehtinen, vstinner
Date 2011-05-30.20:12:28
SpamBayes Score 0.0004993033
Marked as misclassified No
Message-id <1306786349.26.0.824904809149.issue12082@psf.upfronthosting.co.za>
In-reply-to
Content
> Should I go on and write a patch?

Yes please, write a patch, I will review it.

To emulate a system without stat or fstat, you may use:
#define fstat dont_have_fstat
#define stat dont_have_stat

The link will fail if the code still refer to fstat() or stat().
History
Date User Action Args
2011-05-30 20:12:29vstinnersetrecipients: + vstinner, brett.cannon, ncoghlan, joshtriplett, petri.lehtinen
2011-05-30 20:12:29vstinnersetmessageid: <1306786349.26.0.824904809149.issue12082@psf.upfronthosting.co.za>
2011-05-30 20:12:28vstinnerlinkissue12082 messages
2011-05-30 20:12:28vstinnercreate