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 2014年01月23日 20:26 by yselivanov, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| getfile_patch_01.patch | yselivanov, 2014年01月23日 20:26 | review | ||
| Messages (2) | |||
|---|---|---|---|
| msg208988 - (view) | Author: Yury Selivanov (yselivanov) * (Python committer) | Date: 2014年01月23日 20:26 | |
I'm not sure if it is right to fix the inspect module, instead of making all C objects to have the '__module__' attribute (is it even possible?), but if it is, the patch is attached. |
|||
| msg209458 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2014年01月27日 18:35 | |
New changeset 50706164c38f by Yury Selivanov in branch 'default': inspect.getfile: Don't crash on classes without '__module__' attribute #20372 http://hg.python.org/cpython/rev/50706164c38f |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:57 | admin | set | github: 64571 |
| 2014年01月27日 22:30:40 | yselivanov | set | resolution: fixed |
| 2014年01月27日 18:36:03 | yselivanov | set | status: open -> closed |
| 2014年01月27日 18:35:40 | python-dev | set | nosy:
+ python-dev messages: + msg209458 |
| 2014年01月23日 20:26:09 | yselivanov | create | |