Antoine Pitrou added the comment:

> 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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25300>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to