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: Add lock and rlock weakref tests
Type: Stage:
Components: Tests Versions: Python 3.6, Python 3.4, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: nirs, pitrou, python-dev, rhettinger
Priority: normal Keywords: patch

Created on 2015-10-02 09:44 by nirs, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
0001-Add-lock-rlock-weakref-tests.patch nirs, 2015-10-02 09:44 Patch for master
Messages (3)
msg252101 - (view) Author: Nir Soffer (nirs) * Date: 2015-10-02 09:53
Same patch works also for 2.7
msg252498 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2015-10-08 01:22
This looks reasonable, though I don't see a need to backport it.
msg252585 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-10-09 04:04
New changeset 45903695e86c by Raymond Hettinger in branch 'default':
Issue #25298:  Add lock and rlock weakref tests (Contributed by Nir Soffer).
https://hg.python.org/cpython/rev/45903695e86c
History
Date User Action Args
2022-04-11 14:58:22adminsetgithub: 69485
2015-10-09 04:04:15rhettingersetstatus: open -> closed
resolution: fixed
2015-10-09 04:04:02python-devsetnosy: + python-dev
messages: + msg252585
2015-10-08 01:22:30rhettingersetassignee: rhettinger

messages: + msg252498
nosy: + rhettinger
2015-10-05 18:47:24nirssetnosy: + pitrou
2015-10-02 09:53:27nirssetmessages: + msg252101
2015-10-02 09:44:52nirscreate