BPO | [30768](https://bugs.python.org/issue30768) --- | :--- Nosy | @pitrou, @vstinner PRs | python/cpython#4103 Files | [interrupted_lock.py](https://bugs.python.org/file47233/interrupted_lock.py "Uploaded as text/plain at 2017-10-24.10:21:04 by @vstinner")[test.patch](https://bugs.python.org/file47234/test.patch "Uploaded as text/plain at 2017-10-24.10:30:17 by @vstinner") *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.* Show more details GitHub fields: ```python assignee = None closed_at = None created_at = labels = ['3.7'] title = 'PyThread_acquire_lock_timed() should recompute the timeout when interrupted by a signal' updated_at = user = 'https://github.com/vstinner' ``` bugs.python.org fields: ```python activity = actor = 'vstinner' assignee = 'none' closed = False closed_date = None closer = None components = [] creation = creator = 'vstinner' dependencies = [] files = ['47233', '47234'] hgrepos = [] issue_num = 30768 keywords = ['patch'] message_count = 10.0 messages = ['296896', '296898', '296899', '304892', '304893', '304895', '304896', '304951', '304952', '304953'] nosy_count = 3.0 nosy_names = ['pitrou', 'vstinner', 'neologix'] pr_nums = ['4103'] priority = 'normal' resolution = None stage = 'resolved' status = 'open' superseder = None type = None url = 'https://bugs.python.org/issue30768' versions = ['Python 3.7'] ```