Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile error in readline.c #54516

Closed
orsenthil opened this issue Nov 4, 2010 · 2 comments
Closed

compile error in readline.c #54516

orsenthil opened this issue Nov 4, 2010 · 2 comments
Assignees
Labels
build The build process and cross-build

Comments

@orsenthil
Copy link
Member

BPO 10307
Nosy @orsenthil

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/orsenthil'
closed_at = <Date 2010-11-04.04:12:10.052>
created_at = <Date 2010-11-04.03:50:18.827>
labels = ['build']
title = 'compile error in readline.c'
updated_at = <Date 2010-11-04.04:12:09.972>
user = 'https://github.com/orsenthil'

bugs.python.org fields:

activity = <Date 2010-11-04.04:12:09.972>
actor = 'orsenthil'
assignee = 'orsenthil'
closed = True
closed_date = <Date 2010-11-04.04:12:10.052>
closer = 'orsenthil'
components = ['Build']
creation = <Date 2010-11-04.03:50:18.827>
creator = 'orsenthil'
dependencies = []
files = []
hgrepos = []
issue_num = 10307
keywords = []
message_count = 2.0
messages = ['120376', '120378']
nosy_count = 1.0
nosy_names = ['orsenthil']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'compile error'
url = 'https://bugs.python.org/issue10307'
versions = ['Python 3.2']

@orsenthil
Copy link
Member Author

/py3k/Modules/readline.c: In function flex_complete:
/py3k/Modules/readline.c:877: error: on_completion undeclared (first use in this function)

@orsenthil orsenthil self-assigned this Nov 4, 2010
@orsenthil orsenthil added the build The build process and cross-build label Nov 4, 2010
@orsenthil
Copy link
Member Author

The problem was in py3k, due to a minor overlook in r85680.

Fixed in r86153.

@orsenthil orsenthil added the build The build process and cross-build label Nov 4, 2010
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build
Projects
None yet
Development

No branches or pull requests

1 participant