pablo sacristan added the comment:

I do agree it is not a very big problem, but it is still a problem. If a python 
program took user input (maybe HTTP server) took user input (POST values) and 
construct a code object with that input. It would be possible to crash it and 
that can be bad for the web application. Even though it is not the most 
important Python problem, it is still a problem which can cause moderate 
problems, and it can be exploited remotely if the HTTP server did what I said 
before. One vulnerable HTTP server is one too many ;)
Hope it helps :)

----------
resolution: wont fix -> remind
status: closed -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27538>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to