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 2009年08月05日 16:21 by gpolo, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| missing_exitstatus.diff | gpolo, 2009年08月05日 16:21 | review | ||
| Messages (5) | |||
|---|---|---|---|
| msg91322 - (view) | Author: Guilherme Polo (gpolo) * (Python committer) | Date: 2009年08月05日 16:21 | |
SocketIO.exithook on idlelib/rpc.py is missing the exit status, this is a minor issue since both client and server used on IDLE override this method to do something else. |
|||
| msg158295 - (view) | Author: Roger Serwy (roger.serwy) * (Python committer) | Date: 2012年04月14日 22:47 | |
The existing code will raise an error since os._exit requires an argument. http://docs.python.org/library/os.html#os._exit The patch looks good to me. |
|||
| msg185616 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年03月31日 06:18 | |
New changeset e044d22d2f61 by Roger Serwy in branch '2.7': #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. http://hg.python.org/cpython/rev/e044d22d2f61 New changeset cd2c613527ed by Roger Serwy in branch '3.3': #6649: Fixed missing exit status in IDLE. Patch by Guilherme Polo. http://hg.python.org/cpython/rev/cd2c613527ed New changeset abbbe1f90635 by Roger Serwy in branch 'default': #6649: merge with 3.3. http://hg.python.org/cpython/rev/abbbe1f90635 |
|||
| msg185617 - (view) | Author: Roger Serwy (roger.serwy) * (Python committer) | Date: 2013年03月31日 06:20 | |
Thanks for the patch, Guilherme! |
|||
| msg186180 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2013年04月07日 07:23 | |
Congratulation with your first CPython commit, Roger! |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:51 | admin | set | github: 50898 |
| 2013年04月07日 07:23:22 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka messages: + msg186180 |
| 2013年03月31日 06:20:57 | roger.serwy | set | status: open -> closed versions: + Python 3.3, Python 3.4, - Python 2.6, Python 3.1 messages: + msg185617 resolution: fixed stage: resolved |
| 2013年03月31日 06:18:30 | python-dev | set | nosy:
+ python-dev messages: + msg185616 |
| 2013年03月31日 04:07:07 | roger.serwy | set | assignee: roger.serwy type: behavior |
| 2012年04月26日 00:28:50 | roger.serwy | set | nosy:
+ terry.reedy |
| 2012年04月14日 22:47:30 | roger.serwy | set | nosy:
+ roger.serwy messages: + msg158295 |
| 2009年08月05日 16:21:07 | gpolo | create | |