Roundup Tracker - Issues

Message6533

Author joseph_myers
Recipients joseph_myers, rouilj
Date 2019-06-07.02:02:11
Message-id <alpine.DEB.2.21.1906070159130.3830@digraph.polyomino.org.uk>
In-reply-to <1559871849.45.0.0252246744666.issue2551046@roundup.psfhosted.org>
I'm guessing this is an issue to do with super() in old-style classes with 
Python 2.  Try adding "or sys.version_info[0] < 3" to the condition for 
using tempfile.TemporaryFile directly (the inheritance is only really 
relevant with Python 3)?
History
Date User Action Args
2019-06-07 02:02:11joseph_myerssetrecipients: + joseph_myers, rouilj
2019-06-07 02:02:11joseph_myerslinkissue2551046 messages
2019-06-07 02:02:11joseph_myerscreate