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 kristjan.jonsson, loewis, pitrou
Date 2010-09-13.08:20:59
SpamBayes Score 6.522436e-07
Marked as misclassified No
Message-id <4C8DDEEA.2080701@v.loewis.de>
In-reply-to <1284364386.76.0.358092140132.issue9787@psf.upfronthosting.co.za>
Content
> Note that we are not making any new requirements on python here.

But you are. So far, there was no guarantee whatsoever about the state
of Python when malloc is called. You are now introducing a requirement
that Python must be in a certain state to make it correct to call
malloc. IOW, this innocent change actually introduces a new feature.

> So, although you have nothing against the patch as such

I think it's harmless - I don't think it is a good patch.
It shouldn't matter whether or not it is applied (i.e. there is no
change to Python that I can see).

> you are against it on the principle that I am using it to 
> facilitate something that you disapprove of.
> I find that a quite unreasonable position.

No. It's not the usage that I disapprove but, but the new requirement
on Python. If you were able to do your profiling in a manner compatible
with (the current) Python, it would be certainly fine with me.
History
Date User Action Args
2010-09-13 08:21:01loewissetrecipients: + loewis, pitrou, kristjan.jonsson
2010-09-13 08:21:00loewislinkissue9787 messages
2010-09-13 08:20:59loewiscreate