mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
rollback the merge of r74524 because it causes failures in test_multiprocessing
This commit is contained in:
parent
c70614fdce
commit
fe51a1f204
2 changed files with 2 additions and 10 deletions
|
@ -61,9 +61,6 @@ instances, functions written in Python (but not in C), instance methods, sets,
|
|||
frozensets, file objects, :term:`generator`\s, type objects, sockets, arrays,
|
||||
deques, and regular expression pattern objects.
|
||||
|
||||
.. versionchanged:: 2.7
|
||||
Added support for thread.lock and threading.Lock.
|
||||
|
||||
Several built-in types such as :class:`list` and :class:`dict` do not directly
|
||||
support weak references but can add support through subclassing::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue