Roundup Tracker - Issues

Message6537

Author joseph_myers
Recipients ezio.melotti, joseph_myers, rouilj
Date 2019-06-07.16:41:12
Message-id <alpine.DEB.2.21.1906071636340.25642@digraph.polyomino.org.uk>
In-reply-to <1559920842.36.0.424993110134.issue2551046@roundup.psfhosted.org>
I don't think cgi.FieldStorage().make_file() is right; the point of using 
super() is that make_file (in Python 3's cgi module) checks 
self._binary_file, which means it needs to be run on the *correct* 
FieldStorage object - with the correct _binary_file value - not on a newly 
constructed object that might have the wrong _binary_file value.
History
Date User Action Args
2019-06-07 16:41:12joseph_myerssetrecipients: + joseph_myers, rouilj, ezio.melotti
2019-06-07 16:41:12joseph_myerslinkissue2551046 messages
2019-06-07 16:41:12joseph_myerscreate