Message168190
| Author |
doko |
| Recipients |
doko |
| Date |
2012年08月14日.10:41:09 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1344940872.16.0.49661392396.issue15647@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年08月14日 10:41:12 | doko | set | recipients:
+ doko |
| 2012年08月14日 10:41:12 | doko | set | messageid: <1344940872.16.0.49661392396.issue15647@psf.upfronthosting.co.za> |
| 2012年08月14日 10:41:11 | doko | link | issue15647 messages |
| 2012年08月14日 10:41:10 | doko | create |
|