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 skrah
Recipients skrah
Date 2012-02-28.19:28:03
SpamBayes Score 0.00025284407
Marked as misclassified No
Message-id <1330457284.38.0.957220584958.issue14152@psf.upfronthosting.co.za>
In-reply-to
Content
There is a comment in setup.py that suggests that *all* Python headers
should be added to the dependencies (?):


  # Python header files
  headers = [sysconfig.get_config_h_filename()]
  headers += glob(os.path.join(sysconfig.get_path('platinclude'), "*.h"))


Was that the intention? Because this is what I get when I add a
print statement:

['/home/stefan/pydev/cpython/pyconfig.h', '/home/stefan/pydev/cpython/pyconfig.h']
History
Date User Action Args
2012-02-28 19:28:04skrahsetrecipients: + skrah
2012-02-28 19:28:04skrahsetmessageid: <1330457284.38.0.957220584958.issue14152@psf.upfronthosting.co.za>
2012-02-28 19:28:03skrahlinkissue14152 messages
2012-02-28 19:28:03skrahcreate