[Python-ideas] Secure string disposal (maybe other inmutable seq types too?)

Guido van Rossum guido at python.org
Sat Jun 23 00:42:42 EDT 2018


On Fri, Jun 22, 2018 at 9:11 PM Chris Angelico <rosuav at gmail.com> wrote:

> How will other Pythons handle this?
>

It could be optional behavior. ISTR that in Jython, strings are pretty much
just Java strings.

Does Java have such a feature? If not, do Java apps worry about this? If
not, perhaps Python needn't either.

-- 
--Guido van Rossum (python.org/~guido)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20180622/994edf47/attachment.html>


More information about the Python-ideas mailing list