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 2008年03月24日 06:59 by brett.cannon, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| get_magic_bytes.patch | benjamin.peterson, 2008年03月24日 21:35 | |||
| Messages (4) | |||
|---|---|---|---|
| msg64395 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年03月24日 06:59 | |
The magic cookie as returned by imp.get_magic() should be of the bytes type, not bytearray as the magic cookie will not ever change during the execution of the interpreter. |
|||
| msg64443 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年03月24日 21:35 | |
Attaching patch... |
|||
| msg65745 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年04月24日 20:31 | |
This was fixed as r62484. |
|||
| msg65746 - (view) | Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) | Date: 2008年04月24日 20:36 | |
Oops, sorry for missing the tracker item. The change was sleeping in my workspace for some time... Thanks for closing it. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:32 | admin | set | github: 46723 |
| 2008年04月24日 20:36:14 | amaury.forgeotdarc | set | nosy:
+ amaury.forgeotdarc messages: + msg65746 |
| 2008年04月24日 20:31:22 | benjamin.peterson | set | status: open -> closed resolution: fixed messages: + msg65745 |
| 2008年03月24日 21:35:18 | benjamin.peterson | set | files:
+ get_magic_bytes.patch keywords: + patch messages: + msg64443 nosy: + benjamin.peterson |
| 2008年03月24日 06:59:36 | brett.cannon | create | |