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

Ezequiel Brizuela [aka EHB or qlixed] qlixed at gmail.com
Sat Jun 23 15:11:04 EDT 2018


El vie., 22 de jun. de 2018 21:46, Chris Angelico <rosuav at gmail.com>
escribió:.

>
> Since strings are immutable, it's entirely possible for them to be
> shared in various ways. Having the string be wiped while still
> existing seems to be a risky approach.

(...)

>
> Downside:
> You can't say "I'm done with this string, destroy it immediately".
>

That is the main issue with this approach.
The proposed one is inmmediate but I understand that is risky.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20180623/d3c5c3b6/attachment.html>


More information about the Python-ideas mailing list