This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xdegaye
Recipients benjamin.peterson, xdegaye
Date 2018-01-06.15:05:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Both the change in my previous post or using a definition for 'res' are not needed if 'dup3_works' is removed. That would make the code more clear for both gcc and a human reader. The attached patch removes it.

Using a definition for 'res' LGTM also.
History
Date User Action Args
2018-01-06 15:05:56xdegayesetrecipients: + xdegaye, benjamin.peterson
2018-01-06 15:05:56xdegayesetmessageid: <[email protected]>
2018-01-06 15:05:56xdegayelinkissue32441 messages
2018-01-06 15:05:55xdegayecreate