Petr Viktorin <[email protected]> added the comment:
What kind of security-related issues do you mean? A .pyc file is code; it can do anything. Never run untrusted code, be it .py or .pyc. See also: Lib/test/crashers/bogus_code_obj.py ---------- nosy: +petr.viktorin _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue41168> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
