6 comments (6 comments)1 reaction (1 reaction)0 assignees (0 assignees)Python1,821 stars (1,821 stars)165 forks (165 forks)batch import
enhancementhelp wanted
Description
Will multiple return values be supported for Go?
Contributor guide
- Tech stack
- gopython
- Domain
- tooling
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- Go language basicsPeachPy assembler internals
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 25
- Research direction
- Examine the 6 comments on issue #27 to gather context about the request for multiple return values in Go. Review the PeachPy codebase, specifically the Go assembly generation module, to understand how single return values are currently handled. Identify the necessary modifications to support multiple return values and propose a clear plan.