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 loewis
Recipients loewis, teoliphant
Date 2008-06-13.07:30:18
SpamBayes Score 0.15782893
Marked as misclassified No
Message-id <1213342220.87.0.7161073703.issue3101@psf.upfronthosting.co.za>
In-reply-to
Content
abstract.c defines two functions _add_one_to_C and _add_one_to_F. These
apparently must be global, as memoryobject.c references them. Therefore,
they should get a Py or _Py prefix.

A short comment for what these functions actually do would also be
appreciated.
History
Date User Action Args
2008-06-13 07:30:21loewissetspambayes_score: 0.157829 -> 0.15782893
recipients: + loewis, teoliphant
2008-06-13 07:30:20loewissetspambayes_score: 0.157829 -> 0.157829
messageid: <1213342220.87.0.7161073703.issue3101@psf.upfronthosting.co.za>
2008-06-13 07:30:19loewislinkissue3101 messages
2008-06-13 07:30:18loewiscreate