This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author absvsb
Recipients absvsb
Date 2021-03-01.21:09:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614632983.21.0.75211891492.issue43357@roundup.psfhosted.org>
In-reply-to
Content
Sorry for my English. I don't know this is section is good for my question but anyway.
I know this is not a bug or etc. But this is really big problem for python users. As you know (maybe not) Qt company has released new Qt 6.0.1 for python. This is really big project and cool. I think this project has a big future. But at the same time there are some problems. One of them is memory security.
Like when I enter my password to password_line(echo_mode_hidden) and then search python memory for string I saw my password in memory area. Actually I dont know its python problem or PySide but this is a really problem. So my question is does foundation has a plan for solving this problem? Like some builts_in method for clearing specific variable data. Like user send variable name to the method and method clear its data. I will try some researching for clearing memory like send id(value) to c_dll and in c_dll side clean that memory but this is not a generic method...Sometimes gc clear that memory but sometimes not.
Thank you very much.
History
Date User Action Args
2021-03-01 21:09:43absvsbsetrecipients: + absvsb
2021-03-01 21:09:43absvsbsetmessageid: <1614632983.21.0.75211891492.issue43357@roundup.psfhosted.org>
2021-03-01 21:09:43absvsblinkissue43357 messages
2021-03-01 21:09:43absvsbcreate