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 ebfe, georg.brandl, ggenellina, loewis
Date 2008-12-27.08:51:52
SpamBayes Score 0.00073996035
Marked as misclassified No
Message-id <4955ECA5.7060501@v.loewis.de>
In-reply-to <1230206058.61.0.0555271028703.issue4746@psf.upfronthosting.co.za>
Content
> I guess the phrase "you must not provide storage" is a failed
> translation and not meant like that. It should say "you are not required
> to provide storage". It's confusing to have such strong wording without
> reason.

It's stronger than "you are not required to": if you do provide storage
(by allocating memory), then this memory most likely will be garbage,
and you must not attempt to free it afterwards (as doing so would cause
a crash).
History
Date User Action Args
2008-12-27 08:51:53loewissetrecipients: + loewis, georg.brandl, ggenellina, ebfe
2008-12-27 08:51:52loewislinkissue4746 messages
2008-12-27 08:51:52loewiscreate