Issue 991834: Warning in cjkcodecs/iso2022common.h (original) (raw)

Issue991834

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/40575

classification

Title: Warning in cjkcodecs/iso2022common.h
Type: Stage:
Components: None Versions:

process

Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: hyeshik.chang Nosy List: hyeshik.chang, jackjansen
Priority: normal Keywords:

Created on 2004-07-15 19:27 by jackjansen, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg21636 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2004-07-15 19:27
I get a warning (MacOSX 10.3, gcc 3.3) in cjkcodecs/ iso2022common.h about an uninitialized variable, and it looks bona-fide: /Users/jack/src/python/Modules/cjkcodecs/codecentry.h: In function `iso2022processesc': /Users/jack/src/python/Modules/cjkcodecs/iso2022common.h:186: warning: `esclen' might be used uninitialized in this function
msg21637 - (view) Author: Hyeshik Chang (hyeshik.chang) * (Python committer) Date: 2004-07-23 12:27
Logged In: YES user_id=55188 iso2022common.h gone away by importing CJKCodecs 1.1. Do you have any warnings still there?
msg21638 - (view) Author: Hyeshik Chang (hyeshik.chang) * (Python committer) Date: 2004-08-19 17:59
Logged In: YES user_id=55188 The file has disappeared about a month ago. :)
History
Date User Action Args
2022-04-11 14:56:05 admin set github: 40575
2004-07-15 19:27:00 jackjansen create

Supported by The Python Software Foundation,
Powered by Roundup

Copyright © 1990-2022, Python Software Foundation
Legal Statements