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.
Created on 2012年11月23日 13:09 by daniel.urban, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| make_closure.patch | daniel.urban, 2012年11月23日 13:09 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg176166 - (view) | Author: Daniel Urban (daniel.urban) * (Python triager) | Date: 2012年11月23日 13:09 | |
The documentation of the dis module describes the MAKE_CLOSURE opcode incorrectly. The description of MAKE_FUNCTION was updated in 242d3f8e8c50 (issue14349) to include the qualified name, but MAKE_CLOSURE wan't. A patch is attched. |
|||
| msg176167 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年11月23日 13:29 | |
New changeset 5d1e7912e23e by Andrew Svetlov in branch '3.3': Issue #16538: correctly describe MAKE_CLOSURE in docs. http://hg.python.org/cpython/rev/5d1e7912e23e New changeset 8fff40a7c5b5 by Andrew Svetlov in branch 'default': Merge issue #16538: correctly describe MAKE_CLOSURE in docs. http://hg.python.org/cpython/rev/8fff40a7c5b5 |
|||
| msg176168 - (view) | Author: Andrew Svetlov (asvetlov) * (Python committer) | Date: 2012年11月23日 13:30 | |
Fixed. Thanks. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:38 | admin | set | github: 60742 |
| 2012年11月26日 17:16:16 | jcea | set | nosy:
+ jcea |
| 2012年11月23日 13:30:36 | asvetlov | set | status: open -> closed nosy: + asvetlov messages: + msg176168 resolution: fixed stage: patch review -> resolved |
| 2012年11月23日 13:29:59 | python-dev | set | nosy:
+ python-dev messages: + msg176167 |
| 2012年11月23日 13:09:19 | daniel.urban | create | |