STINNER Victor <[email protected]> added the comment: > 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(). ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue12082> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
