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: Remove some redandunt ops in unicodeobject.c
Type: enhancement Stage: resolved
Components: Interpreter Core Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: serhiy.storchaka, vstinner, xiang.zhang
Priority: normal Keywords:

Created on 2017-03-13 06:15 by xiang.zhang, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 660 merged xiang.zhang, 2017-03-13 06:16
Messages (1)
msg312114 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2018-02-13 10:33
New changeset 2b77a921e6a4dee236047ac8d69cf9f915916fdc by Xiang Zhang in branch 'master':
bpo-29803: remove a redandunt op and fix a comment in unicodeobject.c (#660)
https://github.com/python/cpython/commit/2b77a921e6a4dee236047ac8d69cf9f915916fdc
History
Date User Action Args
2022-04-11 14:58:44adminsetgithub: 73989
2018-02-13 10:37:00xiang.zhangsetstatus: open -> closed
stage: patch review -> resolved
resolution: fixed
versions: + Python 3.8, - Python 3.7
2018-02-13 10:33:35xiang.zhangsetmessages: + msg312114
2017-03-13 06:16:57xiang.zhangsetpull_requests: + pull_request541
2017-03-13 06:15:46xiang.zhangcreate