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 pitrou
Recipients florin.papa, pitrou, r.david.murray, rhettinger, skrah, vstinner, zach.ware
Date 2015-10-08.09:17:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444295866.08.0.420592499787.issue25300@psf.upfronthosting.co.za>
In-reply-to
Content
> This means that when you perform a malloc, the pointer bounds will be set inside the malloc call, and then passed on to your variable.

For this to be useful in Python, you would have to annotate Python's small object allocator to designate it as a malloc()-like function, no?
History
Date User Action Args
2015-10-08 09:17:46pitrousetrecipients: + pitrou, rhettinger, vstinner, r.david.murray, skrah, zach.ware, florin.papa
2015-10-08 09:17:46pitrousetmessageid: <1444295866.08.0.420592499787.issue25300@psf.upfronthosting.co.za>
2015-10-08 09:17:46pitroulinkissue25300 messages
2015-10-08 09:17:45pitroucreate