Author: Richard Plangger <[email protected]>
Branch: extradoc
Changeset: r5722:9578625ae1fd
Date: 2016-09-30 16:57 +0200
http://bitbucket.org/pypy/extradoc/changeset/9578625ae1fd/
Log: document some progress in the stdlib deadlocks
diff --git a/planning/py3.5/milestone-1-progress.rst
b/planning/py3.5/milestone-1-progress.rst
--- a/planning/py3.5/milestone-1-progress.rst
+++ b/planning/py3.5/milestone-1-progress.rst
@@ -5,7 +5,6 @@
In-progress ("Lock" section)
----------------------------
-* richard: threads do not seem to join (e.g. lib-python/3/test/test_bz2.py)
* arigo: faulthandler module
@@ -15,7 +14,8 @@
----------------------------------------
* At some point, review lib-python/conftest.py to remove the skips
- due to deadlocks (search for "XXX:")
+ due to deadlocks (search for "XXX:").
+ update 1: some have been reenabled already! (richard 30.sept)
* collections.py: ``OrderedDict`` should again be a thin wrapper over
``dict``. The main pain point is ``move_to_end(last=False)``. See
@@ -84,3 +84,4 @@
----------------------------------
* richard: bz2, lzma, ... changes (cpython issue 15955) (DONE)
+* richard: threads do not seem to join (e.g. lib-python/3/test/test_bz2.py)
(DONE)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit