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

readline implementation doesn't release the GIL #57068

Closed
albertz mannequin opened this issue Aug 30, 2011 · 2 comments
Closed

readline implementation doesn't release the GIL #57068

albertz mannequin opened this issue Aug 30, 2011 · 2 comments

Comments

@albertz
Copy link
Mannequin

albertz mannequin commented Aug 30, 2011

BPO 12859
Nosy @albertz

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 = None
closed_at = <Date 2011-08-30.17:10:41.666>
created_at = <Date 2011-08-30.17:04:39.706>
labels = ['invalid']
title = "readline implementation doesn't release the GIL"
updated_at = <Date 2011-08-30.17:10:41.665>
user = 'https://github.com/albertz'

bugs.python.org fields:

activity = <Date 2011-08-30.17:10:41.665>
actor = 'Albert.Zeyer'
assignee = 'none'
closed = True
closed_date = <Date 2011-08-30.17:10:41.666>
closer = 'Albert.Zeyer'
components = []
creation = <Date 2011-08-30.17:04:39.706>
creator = 'Albert.Zeyer'
dependencies = []
files = []
hgrepos = []
issue_num = 12859
keywords = []
message_count = 2.0
messages = ['143226', '143228']
nosy_count = 1.0
nosy_names = ['Albert.Zeyer']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue12859'
versions = ['Python 2.7']

@albertz
Copy link
Mannequin Author

albertz mannequin commented Aug 30, 2011

Modules/readline.c 's call_readline doesn't release the GIL while reading.

@albertz
Copy link
Mannequin Author

albertz mannequin commented Aug 30, 2011

Whoops, sorry, invalid. It doesn't need to. It is handled in PyOS_Readline.

@albertz albertz mannequin closed this as completed Aug 30, 2011
@albertz albertz mannequin added the invalid label Aug 30, 2011
@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
None yet
Projects
None yet
Development

No branches or pull requests

0 participants