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.

Author pitrou
Recipients belopolsky, georg.brandl, mark.dickinson, pitrou, rhettinger, rnk, tim.golden, tim.peters
Date 2010-07-16.21:57:18
SpamBayes Score 0.03022626
Marked as misclassified No
Message-id <1279317435.3242.29.camel@localhost.localdomain>
In-reply-to <1279317142.86.0.0658018072861.issue9079@psf.upfronthosting.co.za>
Content
> Jeff Yasskin says you should create a noop function in your object
> file and call it from PyMain for force linkage of the object file
> you're building.

Indeed, something like _PyTime_Init().
I don't think Modules/python.c is a good place though, since it means
that applications embedding Python won't get the symbol.
Perhaps Python/pythonrun.c instead?
History
Date User Action Args
2010-07-16 21:57:20pitrousetrecipients: + pitrou, tim.peters, georg.brandl, rhettinger, mark.dickinson, belopolsky, tim.golden, rnk
2010-07-16 21:57:18pitroulinkissue9079 messages
2010-07-16 21:57:18pitroucreate