Issue 10307: compile error in readline.c (original) (raw)

Issue10307

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:08 admin set github: 54516
2010-11-04 04:12:10 orsenthil set status: open -> closedversions: + Python 3.2messages: + components: + Buildresolution: fixedstage: resolved
2010-11-04 03:50:18 orsenthil create