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: Silence warning in cjkcodecs.h
Type: compile error Stage: resolved
Components: Extension Modules Versions: Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Demur Rumed, python-dev
Priority: normal Keywords: patch

Created on 2016-05-23 13:44 by Demur Rumed, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
cjkcodecs.patch Demur Rumed, 2016-05-23 13:44 review
Messages (2)
msg266148 - (view) Author: Philip Dubé (Demur Rumed) * Date: 2016-05-23 13:44
gcc6 now warns about indentation of code. find_paireencmap raised such warnings. This patch silences that warning while updating the code to be more PEP7 friendly wrt curlies
msg266229 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-05-24 05:48
New changeset 3732828f2835 by Benjamin Peterson in branch '3.5':
fix indentation and add curlies (closes #27093)
https://hg.python.org/cpython/rev/3732828f2835

New changeset f0438e1a4761 by Benjamin Peterson in branch '2.7':
fix indentation and add curlies (closes #27093)
https://hg.python.org/cpython/rev/f0438e1a4761

New changeset 7a7f54fe0698 by Benjamin Peterson in branch 'default':
merge 3.5 (#27093)
https://hg.python.org/cpython/rev/7a7f54fe0698
History
Date User Action Args
2022-04-11 14:58:31adminsetgithub: 71280
2016-05-24 05:48:18python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg266229

resolution: fixed
stage: resolved
2016-05-24 00:09:17Demur Rumedsetcomponents: + Extension Modules
2016-05-23 13:44:14Demur Rumedcreate