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

cPickle holds GIL during I/O #34193

Closed
anonymous mannequin opened this issue Mar 20, 2001 · 2 comments
Closed

cPickle holds GIL during I/O #34193

anonymous mannequin opened this issue Mar 20, 2001 · 2 comments
Labels
extension-modules C modules in the Modules dir

Comments

@anonymous
Copy link
Mannequin

anonymous mannequin commented Mar 20, 2001

BPO 409911
Nosy @tim-one

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 2001-03-20.03:43:15.000>
created_at = <Date 2001-03-20.03:03:04.000>
labels = ['extension-modules']
title = 'cPickle holds GIL during I/O'
updated_at = <Date 2001-03-20.03:43:15.000>
user = 'https://bugs.python.org/anonymous'

bugs.python.org fields:

activity = <Date 2001-03-20.03:43:15.000>
actor = 'tim.peters'
assignee = 'none'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2001-03-20.03:03:04.000>
creator = 'anonymous'
dependencies = []
files = []
hgrepos = []
issue_num = 409911
keywords = []
message_count = 2.0
messages = ['3969', '3970']
nosy_count = 1.0
nosy_names = ['tim.peters']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue409911'
versions = []

@nobody
Copy link
Mannequin

nobody mannequin commented Mar 20, 2001

The cPickle module does not release the global
interpreter lock during I/O operations. In my
ThreadingTCPServer, this prevents other threads from
working until the connection thread doing
cPickle.load(mysocket) goes away.

@anonymous anonymous mannequin closed this as completed Mar 20, 2001
@anonymous anonymous mannequin added the extension-modules C modules in the Modules dir label Mar 20, 2001
@anonymous anonymous mannequin closed this as completed Mar 20, 2001
@anonymous anonymous mannequin added the extension-modules C modules in the Modules dir label Mar 20, 2001
@tim-one
Copy link
Member

tim-one commented Mar 20, 2001

Logged In: YES
user_id=31435

Please try again under current CVS; this was changed a few
days ago; you can reopen the bug if it still doesn't work.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
extension-modules C modules in the Modules dir
Projects
None yet
Development

No branches or pull requests

1 participant