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: compile error in readline.c
Type: compile error Stage: resolved
Components: Build Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: orsenthil Nosy List: orsenthil
Priority: normal Keywords:

Created on 2010-11-04 03:50 by orsenthil, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg120376 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2010-11-04 03:50
/py3k/Modules/readline.c: In function flex_complete:
/py3k/Modules/readline.c:877: error: on_completion  undeclared (first use in this function)
msg120378 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2010-11-04 04:12
The problem was in py3k, due to a minor overlook in r85680.

Fixed in r86153.
History
Date User Action Args
2022-04-11 14:57:08adminsetgithub: 54516
2010-11-04 04:12:10orsenthilsetstatus: open -> closed
versions: + Python 3.2
messages: + msg120378

components: + Build
resolution: fixed
stage: resolved
2010-11-04 03:50:18orsenthilcreate