[issue7766] sys.getwindowsversion as PyStructSequence

Marc-Andre Lemburg report at bugs.python.org
Tue Jan 26 13:40:19 CET 2010


Marc-Andre Lemburg <mal at egenix.com> added the comment:

Eric Smith wrote:
> 
> Eric Smith <eric at trueblade.com> added the comment:
> 
> Great idea, Marc-Andre. I agree that's the better approach.
> 
> It looks like PyStructSequence supports this, by setting n_in_sequence to a value smaller then the number of PyStructSequence_Fields. A quick look doesn't show any uses of this in the C code (except maybe os.stat), but I'll investigate and make sure that's a supported use case.

If not, I'd suggest to move the code to Python, e.g. add a
class to the new sysinfo.py module, and then instantiate it via a C
call.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7766>
_______________________________________


More information about the Python-bugs-list mailing list