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 kristjan.jonsson
Recipients kristjan.jonsson, loewis, pitrou
Date 2010-09-13.07:53:03
SpamBayes Score 0.0013654581
Marked as misclassified No
Message-id <1284364386.76.0.358092140132.issue9787@psf.upfronthosting.co.za>
In-reply-to
Content
>The malloc
>implementation just has no business looking at the thread state.

Of course it does, if it you want to have any hope of instrumenting your python memory usage with detailed python runtime information.

Your statement islike saying: "A profiler has no business looking at the  thread callstack."

Note that we are not making any new requirements on python here.  Merely facilitating the process, for those implementations that _wish_ to do so (at their own risk.)

So, although you have nothing against the patch as such, 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.
History
Date User Action Args
2010-09-13 07:53:06kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, pitrou
2010-09-13 07:53:06kristjan.jonssonsetmessageid: <1284364386.76.0.358092140132.issue9787@psf.upfronthosting.co.za>
2010-09-13 07:53:05kristjan.jonssonlinkissue9787 messages
2010-09-13 07:53:04kristjan.jonssoncreate