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 christian.heimes, giampaolo.rodola, jcea, loewis, movement, neologix, pitrou, r.david.murray, vstinner
Date 2013-05-06.22:57:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367881060.83.0.236117155077.issue11016@psf.upfronthosting.co.za>
In-reply-to
Content
> I have created a C implementation of the stat module for Python 3.4.

Oh, your C module is called "stat", as the "stat" module implemented in Python (Lib/stat.py). What is your plan? Replace completly the Python module with the C module? It may be nice to keep the Python module for compatibility with other Python implementations, and test both implementations.
History
Date User Action Args
2013-05-06 22:57:40vstinnersetrecipients: + vstinner, loewis, jcea, pitrou, movement, giampaolo.rodola, christian.heimes, r.david.murray, neologix
2013-05-06 22:57:40vstinnersetmessageid: <1367881060.83.0.236117155077.issue11016@psf.upfronthosting.co.za>
2013-05-06 22:57:40vstinnerlinkissue11016 messages
2013-05-06 22:57:40vstinnercreate