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

lock-free data structures? #41119

Closed
elfring mannequin opened this issue Nov 3, 2004 · 2 comments
Closed

lock-free data structures? #41119

elfring mannequin opened this issue Nov 3, 2004 · 2 comments
Assignees
Labels
extension-modules C modules in the Modules dir type-feature A feature request or enhancement

Comments

@elfring
Copy link
Mannequin

elfring mannequin commented Nov 3, 2004

BPO 1059545
Nosy @tim-one, @elfring

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/tim-one'
closed_at = <Date 2004-11-07.00:05:24.000>
created_at = <Date 2004-11-03.14:54:09.000>
labels = ['extension-modules', 'type-feature']
title = 'lock-free data structures?'
updated_at = <Date 2004-11-07.00:05:24.000>
user = 'https://github.com/elfring'

bugs.python.org fields:

activity = <Date 2004-11-07.00:05:24.000>
actor = 'tim.peters'
assignee = 'tim.peters'
closed = True
closed_date = None
closer = None
components = ['Extension Modules']
creation = <Date 2004-11-03.14:54:09.000>
creator = 'elfring'
dependencies = []
files = []
hgrepos = []
issue_num = 1059545
keywords = []
message_count = 2.0
messages = ['54302', '54303']
nosy_count = 2.0
nosy_names = ['tim.peters', 'elfring']
pr_nums = []
priority = 'normal'
resolution = 'rejected'
stage = None
status = 'closed'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue1059545'
versions = []

@elfring
Copy link
Mannequin Author

elfring mannequin commented Nov 3, 2004

Would you like to add non-blocking implementations
of common data structures to your libraries?

@elfring elfring mannequin closed this as completed Nov 3, 2004
@elfring elfring mannequin assigned tim-one Nov 3, 2004
@elfring elfring mannequin added extension-modules C modules in the Modules dir type-feature A feature request or enhancement labels Nov 3, 2004
@elfring elfring mannequin closed this as completed Nov 3, 2004
@elfring elfring mannequin assigned tim-one Nov 3, 2004
@elfring elfring mannequin added extension-modules C modules in the Modules dir type-feature A feature request or enhancement labels Nov 3, 2004
@tim-one
Copy link
Member

tim-one commented Nov 7, 2004

Logged In: YES
user_id=31435

Sorry, this is too vague to be on Python's feature tracker.
Since CPython uses a global interpreter lock, and that isn't
likely to change, it has almost (but not quite) no use for such
data structures. I'll note that the Python project couldn't
use the Noble library under its current license.

@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 type-feature A feature request or enhancement
Projects
None yet
Development

No branches or pull requests

1 participant