[issue32439] Clean up the code for compiling comparison expressions

2017-12-30 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue32439] Clean up the code for compiling comparison expressions

2017-12-29 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 02b9ef27752ff4873c592ac3afe7e3410f715984 by Serhiy Storchaka in branch 'master': bpo-32439: Clean up the code for compiling comparison expressions. (#5029) https://github.com/python/cpython/commit/02b9ef27752ff4873c592ac3afe7e3410f715984

[issue32439] Clean up the code for compiling comparison expressions

2017-12-28 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +4916 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue32439] Clean up the code for compiling comparison expressions

2017-12-28 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : The proposed PR cleans up the code for compiling comparison expressions. It makes it similar to specialized copy added in bpo-30501. -- assignee: serhiy.storchaka components: Interpreter Core messages: 309123 nosy: serhiy.storchaka priority: normal