STINNER Victor added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11016>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to