Re: [Python-Dev] stat module in C -- what to do with stat.py?

2013年6月21日 09:34:33 -0700

Am 21.06.2013 17:47, schrieb Benjamin Peterson:
> <hat kind="pypy">
> Kill it. I would argue having incorrect constants makes the
> implementation incompatible with CPython anyway. This not that much
> work (as long as there are tests that the constants exist at least) to
> emulate.
> </hat>
My patch adds extensive tests for all features of the stat module. The
test check the existence of attributes and the return value of all
functions. A missing or ill-defined attribute is going to raise an error.
But see for yourself: http://hg.python.org/cpython/rev/f8ff61f44aca
Christian
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to