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.

作者 pitrou
收信人 belopolsky, georg.brandl, mark.dickinson, pitrou, rhettinger, rnk, tim.golden, tim.peters
日期 2010-07-16.20:56:06
SpamBayes Score 0.027949356
Marked as misclassified
Message-id <1279313763.3242.23.camel@localhost.localdomain>
In-reply-to <1279312973.43.0.533249216347.issue9079@psf.upfronthosting.co.za>
内容
> It looks like my reluctance to add gettimeofday to core without using
> it there was well founded.  Simply adding a dummy call to
> _PyTime_gettimeofday in main() fixed the build problem.

It's rather strange. I'm sure we have external API functions which never
get called in the core. Just a couple of attempts found one candidate:

$ grep -r _PyImport_IsScript Modules/ Objects/ Python/ Include/
Python/import.c:1804:PyAPI_FUNC(int) _PyImport_IsScript(struct filedescr * fd)
Include/import.h:43:PyAPI_FUNC(int) _PyImport_IsScript(struct filedescr *);
历史
日期 用户 动作 参数
2010-07-16 20:56:08pitrou修改recipients: + pitrou, tim.peters, georg.brandl, rhettinger, mark.dickinson, belopolsky, tim.golden, rnk
2010-07-16 20:56:06pitrou链接issue9079 messages
2010-07-16 20:56:06pitrou创建