On 21 Oct 2020, at 14:39, Larry Hastings <larry@hastings.org> wrote:On 10/21/20 4:04 AM, Antoine Pitrou wrote:
(apart from small fixes relating to borrowed references, and that's mostly to make PyPy's life easier).
Speaking as the Gilectomy guy: borrowed references are evil. The definition of the valid lifetime of a borrowed reference doesn't exist, because they are a hack (baked into the API!) that we mostly "get away with" just because of the GIL. If I still had wishes left on my monkey's paw I'd wish them away*.
_______________________________________________
/arry
* Unfortunately, I used my last wish back in February, wishing I could spend more time at home.
Python-Dev mailing list -- python-dev@python.org
To unsubscribe send an email to python-dev-leave@python.org
https://mail.python.org/mailman3/lists/python-dev.python.org/
Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/PRIVTI2RFGEGVNQRGUCHRRY5WBJNZKJS/
Code of Conduct: http://python.org/psf/codeofconduct/