[issue35636] remove redundant code in unicode_hash(PyObject *self)

2019-01-01 Thread Ma Lin


Change by Ma Lin :


--
versions: +Python 3.6, Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35636] remove redundant code in unicode_hash(PyObject *self)

2019-01-01 Thread Ma Lin


Ma Lin  added the comment:

Every non-empty str will be checked twice at present.

--
components: +Interpreter Core
type:  -> enhancement
versions: +Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35636] remove redundant code in unicode_hash(PyObject *self)

2019-01-01 Thread Ma Lin


Change by Ma Lin :


--
keywords: +patch, patch, patch
pull_requests: +10783, 10784, 10785
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35636] remove redundant code in unicode_hash(PyObject *self)

2019-01-01 Thread Ma Lin


Change by Ma Lin :


--
keywords: +patch
pull_requests: +10783
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35636] remove redundant code in unicode_hash(PyObject *self)

2019-01-01 Thread Ma Lin


Change by Ma Lin :


--
keywords: +patch, patch
pull_requests: +10783, 10784
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35636] remove redundant code in unicode_hash(PyObject *self)

2019-01-01 Thread Ma Lin


New submission from Ma Lin :

Please see the PR

--
messages: 332857
nosy: Ma Lin
priority: normal
severity: normal
status: open
title: remove redundant code in unicode_hash(PyObject *self)

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com