Issue 28439: Remove redundant checks in PyUnicode_EncodeLocale and PyUnicode_DecodeLocaleAndSize (original ) (raw ) This issue has been migrated to GitHub: https://github.com/python/cpython/issues/72625
classification
Title :
Remove redundant checks in PyUnicode_EncodeLocale and PyUnicode_DecodeLocaleAndSize
Type :
enhancement
Stage :
resolved
Components :
Interpreter Core
Versions :
Python 3.7
process
Created on 2016-10-14 09:28 by xiang.zhang , last changed 2022-04-11 14:58 by admin . This issue is now closed .
Messages (3)
msg279138 - (view)
Author: Serhiy Storchaka (serhiy.storchaka) *
Date: 2016-10-21 15:50
Added comments on Rietveld. Xiang, seem you have provided wrong e-mail address for Rietveld. I constantly get error messages "Undelivered Mail Returned to Sender" after pushing comments to patches that your are following. I suppose you don't receive Rietveld notifications.
msg279143 - (view)
Author: Xiang Zhang (xiang.zhang) *
Date: 2016-10-21 17:43
Thanks for your review Serhiy. I don't receive the notification. :-( Honestly speaking I miss some notification emails from time to time, but not all. I'll consider choosing another ISP. I have to manually check the Rietveld now to avoid missing any comments.
msg279257 - (view)
Author: Roundup Robot (python-dev)
Date: 2016-10-23 12:42
New changeset 94d34354bef1 by Serhiy Storchaka in branch 'default': Issue #28439 : Remove redundant checks in PyUnicode_EncodeLocale and https://hg.python.org/cpython/rev/94d34354bef1
History
Date
User
Action
Args
2022-04-11 14:58:38
admin
set
github: 72625
2016-10-23 12:42:54
serhiy.storchaka
set
status: open -> closedresolution: fixedstage: patch review -> resolved
2016-10-23 12:42:18
python-dev
set
nosy: + python-dev messages: +
2016-10-21 17:43:18
xiang.zhang
set
messages: +
2016-10-21 15:50:55
serhiy.storchaka
set
messages: +
2016-10-21 14:36:19
serhiy.storchaka
set
assignee: serhiy.storchaka
2016-10-16 17:12:21
xiang.zhang
set
files: + issue28349.patch title: Remove redundant checks in PyUnicode_EncodeLocale -> Remove redundant checks in PyUnicode_EncodeLocale and PyUnicode_DecodeLocaleAndSize
2016-10-16 17:10:24
xiang.zhang
set
files: - PyUnicode_EncodeLocale.patch
2016-10-14 09:28:47
xiang.zhang
create