Message396545
Backporting the latest contextlib module and test suite to contextlib2, I ran into a couple of CI failures on PyPy3.
Investigation showed that a couple of the new test cases were assuming the use of a refcounted GC. One could be fixed by switching to using a synchronous context manager instead of a ``__del__`` method, but the other needed a few explicit gc.collect() calls. |
|
Date |
User |
Action |
Args |
2021-06-26 08:30:11 | ncoghlan | set | recipients:
+ ncoghlan, yselivanov |
2021-06-26 08:30:11 | ncoghlan | set | messageid: <1624696211.08.0.171107948528.issue44515@roundup.psfhosted.org> |
2021-06-26 08:30:11 | ncoghlan | link | issue44515 messages |
2021-06-26 08:30:10 | ncoghlan | create | |
|