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 mark.dickinson
Recipients Arfrever, BreamoreBoy, agoode, dmalcolm, flox, lukasz.langa, mark.dickinson, pitrou, theller
Date 2010-08-13.18:59:25
SpamBayes Score 2.1203785e-05
Marked as misclassified No
Message-id <1281725967.54.0.233887838468.issue5504@psf.upfronthosting.co.za>
In-reply-to
Content
Since r83837, the py3k _ctypes module fails to build on my OS X 10.6 machine:

*** WARNING: renaming "_ctypes" since importing it failed: dlopen(build/lib.macosx-10.6-x86_64-3.2-pydebug/_ctypes.so, 2): Symbol not found: _ffi_closure_alloc
  Referenced from: /Users/dickinsm/python/svn/py3k/build/lib.macosx-10.6-x86_64-3.2-pydebug/_ctypes.so
  Expected in: flat namespace
 in /Users/dickinsm/python/svn/py3k/build/lib.macosx-10.6-x86_64-3.2-pydebug/_ctypes.so

This looks like a different issue from the one above, though.
History
Date User Action Args
2010-08-13 18:59:27mark.dickinsonsetrecipients: + mark.dickinson, theller, pitrou, Arfrever, agoode, flox, dmalcolm, BreamoreBoy, lukasz.langa
2010-08-13 18:59:27mark.dickinsonsetmessageid: <1281725967.54.0.233887838468.issue5504@psf.upfronthosting.co.za>
2010-08-13 18:59:26mark.dickinsonlinkissue5504 messages
2010-08-13 18:59:25mark.dickinsoncreate