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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, ocean-city
Date 2008-09-23.15:10:14
SpamBayes Score 3.0901458e-05
Marked as misclassified No
Message-id <1222182615.62.0.352415963015.issue3945@psf.upfronthosting.co.za>
In-reply-to
Content
The patch is OK, even if the second half is not necessary:
PyType_Ready() takes care of the ob_type field.

Adding brackets in the macro would be wrong: the object layout is
different between 2.6 and 3.0.
3.0 does not have this problem because _fileio.c is built-in and linked
with the core interpreter (2.6 leaves it in an extension module).
History
Date User Action Args
2008-09-23 15:10:15amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ocean-city
2008-09-23 15:10:15amaury.forgeotdarcsetmessageid: <1222182615.62.0.352415963015.issue3945@psf.upfronthosting.co.za>
2008-09-23 15:10:14amaury.forgeotdarclinkissue3945 messages
2008-09-23 15:10:14amaury.forgeotdarccreate