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: test_linecache failing in py3k r80169
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.1, Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: pitrou Nosy List: pitrou, tim.golden
Priority: normal Keywords: patch

Created on 2010-04-18 10:20 by tim.golden, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_linecache.py.patch tim.golden, 2010-04-18 10:20
Messages (2)
msg103475 - (view) Author: Tim Golden (tim.golden) * (Python committer) Date: 2010-04-18 10:20
test_linecache in the current py3k branch is failing on my WinXP machine with ERROR_SHARING_VIOLATION.
The attached trivial patch appears to fix the problem, altho' I'm unfamiliar
with the module in question so it may be that there's more to be done.
msg103519 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-04-18 19:19
Should be fixed in r80194 / r80195.
History
Date User Action Args
2022-04-11 14:57:00adminsetgithub: 52686
2010-04-20 22:53:04pitrousetstatus: pending -> closed
2010-04-18 19:22:16pitrousetstatus: open -> pending
2010-04-18 19:22:05pitrousetstatus: pending -> open
assignee: pitrou
2010-04-18 19:19:44pitrousetstatus: open -> pending

nosy: + pitrou
messages: + msg103519

resolution: fixed
stage: patch review -> resolved
2010-04-18 10:53:12pitrousetpriority: normal
versions: + Python 3.1, Python 3.2
type: behavior
components: + Tests
stage: patch review
2010-04-18 10:20:34tim.goldencreate