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 lemburg
Recipients brian.curtin, eric.smith, lemburg
Date 2010-01-26.12:40:11
SpamBayes Score 1.2490009e-14
Marked as misclassified No
Message-id <4B5EE2A9.1030100@egenix.com>
In-reply-to <1264507453.58.0.10716074632.issue7766@psf.upfronthosting.co.za>
Content
Eric Smith wrote:
> 
> Eric Smith <eric@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.
History
Date User Action Args
2010-01-26 12:40:19lemburgsetrecipients: + lemburg, eric.smith, brian.curtin
2010-01-26 12:40:11lemburglinkissue7766 messages
2010-01-26 12:40:11lemburgcreate