New submission from rm:
Hello.
Marcel Moolenaar (mar...@freebsd.org) pointed this out after committing FreeBSD
revision 250991 [1], that makes the malloc(3) family of functions weak symbols.
I'm citing him, because (silly me) I don't understand all of this completely:
""
New submission from rm:
There is BeOpen attribution in __builtins__() call, that may confuse users and
generate some traffic to unrelated domain.
For example:
>>> import smtplib
>>> smtplib.__builtins__
<...>
Copyright (c) 2000 BeOpen.com.
All Rights Reserved.
<..