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 dmalcolm
Recipients a.badger, amcnabb, dmalcolm, tarek
Date 2009-10-30.15:54:41
SpamBayes Score 4.701624e-06
Marked as misclassified No
Message-id <1256918083.69.0.239726964013.issue4359@psf.upfronthosting.co.za>
In-reply-to
Content
For Fedora, I've fixed this (I hope) by special-casing those two files:
 %{_libdir}/python%{pybasever}/config/Makefile
  /usr/include/python2.6/pyconfig-{32|64}.h
making them part of the core python package.

See downstream bug here:
https://bugzilla.redhat.com/show_bug.cgi?id=531901

(BTW, downstream, we rename pyconfig.h and generate a stub that #includes either pyconfig-
32/64 so that both 32 and 64-bit devel packages can be installed on 32-bit hosts; we patch 
distutils so that it parses the wordlength-specific file)
History
Date User Action Args
2009-10-30 15:54:43dmalcolmsetrecipients: + dmalcolm, amcnabb, tarek, a.badger
2009-10-30 15:54:43dmalcolmsetmessageid: <1256918083.69.0.239726964013.issue4359@psf.upfronthosting.co.za>
2009-10-30 15:54:42dmalcolmlinkissue4359 messages
2009-10-30 15:54:41dmalcolmcreate