Roundup Tracker - Issues

Message6534

Author rouilj
Recipients joseph_myers, rouilj
Date 2019-06-07.11:02:53
Message-id <20190607110213.DD2A94C02E1@itserver6.localdomain>
In-reply-to <alpine.DEB.2.21.1906070159130.3830@digraph.polyomino.org.uk>
Hi Joseph:

 In message <alpine.DEB.2.21.1906070159130.3830@digraph.polyomino.org.uk>,
Joseph Myers writes:
>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)?

I'll give that a shot and see if it works. Do you have any idea about
how to generate a test case that will call super()?

Have a great weekend.
History
Date User Action Args
2019-06-07 11:02:53rouiljsetrecipients: + rouilj, joseph_myers
2019-06-07 11:02:53rouiljlinkissue2551046 messages
2019-06-07 11:02:53rouiljcreate