Stacktrace shows lines from updated file on disk, not code actually running
Open
Nobody has claimed this yet.
3.8 (EOL)
interpreter-core
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 35857 |
|---|---|
| Nosy | @scoder, @stevendaprano, @tirkarthi, @jfine2358 |
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:
assignee = None
closed_at = None
created_at = <Date 2019-01-30.05:03:26.211>
labels = ['interpreter-core', 'type-feature', '3.8']
title = 'Stacktrace shows lines from updated file on disk, not code actually running'
updated_at = <Date 2019-01-31.06:16:57.533>
user = 'https://bugs.python.org/StevePryde'
bugs.python.org fields:
activity = <Date 2019-01-31.06:16:57.533>
actor = 'steven.daprano'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Interpreter Core']
creation = <Date 2019-01-30.05:03:26.211>
creator = 'Steve Pryde'
dependencies = []
files = []
hgrepos = []
issue_num = 35857
keywords = []
message_count = 11.0
messages = ['334544', '334550', '334551', '334552', '334553', '334554', '334555', '334579', '334589', '334590', '334608']
nosy_count = 5.0
nosy_names = ['scoder', 'steven.daprano', 'xtreak', 'jfine2358', 'Steve Pryde']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue35857'
versions = ['Python 3.8']
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the migrated BPO issue and its Interpreter Core context, then reproduce the case described in the title: change a source file after code has been loaded and inspect the resulting traceback. Done means traceback lines consistently reflect the code that actually ran rather than the updated file on disk; the issue names no files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- compilers
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100