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年08月14日 10:41 by doko, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| local-isdir-symbol.diff | doko, 2012年08月14日 10:41 | review | ||
| Messages (3) | |||
|---|---|---|---|
| msg168190 - (view) | Author: Matthias Klose (doko) * (Python committer) | Date: 2012年08月14日 10:41 | |
2.7 only: isdir should not be exported, but a local symbol instead (this was accidentally changed after the 2.7.3 release. currently defined and used in Modules/getpath.c and Python/import.c, and used in Python/bltinmodule.c proposal to rename the implementation in import.c to _Py_isdir and use it in import.c and bltinmodule.c. as an alternative, make the isdir implementation static for windows and posix builds. |
|||
| msg168205 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年08月14日 15:45 | |
New changeset bdd1b2228c14 by Matthias Klose in branch '2.7': - Issue #15647: Make isdir static for windows and posix http://hg.python.org/cpython/rev/bdd1b2228c14 |
|||
| msg168206 - (view) | Author: Matthias Klose (doko) * (Python committer) | Date: 2012年08月14日 15:46 | |
fixed for 2.7, made isdir static on windows and posix |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:34 | admin | set | github: 59852 |
| 2012年08月14日 15:46:41 | doko | set | status: open -> closed resolution: fixed messages: + msg168206 |
| 2012年08月14日 15:45:52 | python-dev | set | nosy:
+ python-dev messages: + msg168205 |
| 2012年08月14日 10:41:11 | doko | create | |