This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: lock-free data structures?
Type: enhancement Stage:
Components: Extension Modules Versions:
process
Status: closed Resolution: rejected
Dependencies: Superseder:
Assigned To: tim.peters Nosy List: elfring, tim.peters
Priority: normal Keywords:

Created on 2004-11-03 14:54 by elfring, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg54302 - (view) Author: Markus Elfring (elfring) Date: 2004-11-03 14:54
Would you like to add non-blocking implementations 
of common data structures to your libraries?
- http://www.cs.chalmers.se/~noble/
- http://groups.google.de/groups?
threadm=YVyfd.10491%24HA.550%
40attbi_s01&group=comp.programming.threads
msg54303 - (view) Author: Tim Peters (tim.peters) * (Python committer) Date: 2004-11-07 00:05
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.
History
Date User Action Args
2022-04-11 14:56:07adminsetgithub: 41119
2004-11-03 14:54:09elfringcreate