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.

classification
Title: Clean up the code for compiling comparison expressions
Type: Stage: resolved
Components: Interpreter Core Versions: Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: serhiy.storchaka
Priority: normal Keywords: patch

Created on 2017-12-28 11:23 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 5029 merged serhiy.storchaka, 2017-12-28 11:25
Messages (2)
msg309123 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-12-28 11:23
The proposed PR cleans up the code for compiling comparison expressions. It makes it similar to specialized copy added in bpo-30501.
msg309223 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2017-12-30 07:47
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
History
Date User Action Args
2022-04-11 14:58:56adminsetgithub: 76620
2017-12-30 07:59:57serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2017-12-30 07:47:47serhiy.storchakasetmessages: + msg309223
2017-12-28 11:25:08serhiy.storchakasetkeywords: + patch
stage: patch review
pull_requests: + pull_request4916
2017-12-28 11:23:41serhiy.storchakacreate