pytest-dev / pytest-dev/execnet
global finder takes current pythons builtins instead of using the correct arget subset
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 102
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
- Bitbucket: https://bitbucket.org/hpk42/execnet/issue/3
- Originally reported by: @RonnyPfannschmidt
- Originally created at: 2011-12-02T16:27:53.384
to correctly handle it we need to generate listings of builtins for the different python versions
that way we can ask for a list of compatible python versions instead of checking if it matches the current one
Contributor guide
No contributing guide indexed for this repository
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
The issue names the global finder but no files or tests. Start by locating its builtin-selection logic and examining how Python-version compatibility is currently determined. Done means providing builtin listings for the supported Python versions and using them to return compatible versions instead of comparing only with the current interpreter.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- distributed-systems
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100