Ronald Oussoren <[email protected]> added the comment:
The default behaviour of functions is to not steal references, in general only exceptions to this are documented. Likewise with return values: by default the result is a strong reference, and borrowed references are documented as such. ---------- nosy: +ronaldoussoren _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue45939> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
