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 srid
Recipients Arfrever, BreamoreBoy, agoode, dmalcolm, flox, lukasz.langa, mark.dickinson, pitrou, srid, theller
Date 2010-08-30.20:58:01
SpamBayes Score 0.0009989552
Marked as misclassified No
Message-id <1283201885.35.0.267450457825.issue5504@psf.upfronthosting.co.za>
In-reply-to
Content
Like Mark, I too see an error with ctypes due to this change:

*** WARNING: renaming "_ctypes" since importing it failed: dlopen(build/lib.macosx-10.5-intel-3.2/_ctypes.so, 2): Symbol not found: _ffi_closure_alloc
  Referenced from: /Users/sridharr/as/apy/branches/32a1ssl1/build/pyhg_branches_py3k-macosx-hgtip32/python/build/lib.macosx-10.5-intel-3.2/_ctypes.so
  Expected in: flat namespace
 in /Users/sridharr/as/apy/branches/32a1ssl1/build/pyhg_branches_py3k-macosx-hgtip32/python/build/lib.macosx-10.5-intel-3.2/_ctypes.so

MacOSX 10.6 | built with 10.5 SDK | i386 and x86_64 arch | ActivePython 3.2 internal build
History
Date User Action Args
2010-08-30 20:58:05sridsetrecipients: + srid, theller, mark.dickinson, pitrou, Arfrever, agoode, flox, dmalcolm, BreamoreBoy, lukasz.langa
2010-08-30 20:58:05sridsetmessageid: <1283201885.35.0.267450457825.issue5504@psf.upfronthosting.co.za>
2010-08-30 20:58:02sridlinkissue5504 messages
2010-08-30 20:58:01sridcreate