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 belopolsky
Recipients belopolsky, mark.dickinson, pitrou, rhettinger, rnk, tim.golden, tim.peters
Date 2010-07-16.19:51:38
SpamBayes Score 0.11444435
Marked as misclassified No
Message-id <1279309900.42.0.398420184869.issue9079@psf.upfronthosting.co.za>
In-reply-to
Content
No it must be something else.  Attached issue9079-fail.diff fails with


 Symbol not found: __PyTime_gettimeofday
  Referenced from: .../build/lib.macosx-10.4-x86_64-3.2-pydebug/datetime.so

even though it is in pytime.o

$ nm ./Python/pytime.o
00000000000009f0 s EH_frame1
0000000000000000 T __PyTime_gettimeofday
0000000000000a08 S __PyTime_gettimeofday.eh
                 U _gettimeofday
                 U _time
History
Date User Action Args
2010-07-16 19:51:40belopolskysetrecipients: + belopolsky, tim.peters, rhettinger, mark.dickinson, pitrou, tim.golden, rnk
2010-07-16 19:51:40belopolskysetmessageid: <1279309900.42.0.398420184869.issue9079@psf.upfronthosting.co.za>
2010-07-16 19:51:38belopolskylinkissue9079 messages
2010-07-16 19:51:38belopolskycreate