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 Arfrever
Recipients Arfrever, benjamin.peterson, pitrou
Date 2010-06-13.22:47:35
SpamBayes Score 0.26840913
Marked as misclassified No
Message-id <1276469258.26.0.193487125336.issue8930@psf.upfronthosting.co.za>
In-reply-to
Content
The following command (in bash shell) shows more files:
find -name '*.[ch]' -exec grep -El $'^\t' {} \;

I think that internal copies of libffi should be ignored.
History
Date User Action Args
2010-06-13 22:47:38Arfreversetrecipients: + Arfrever, pitrou, benjamin.peterson
2010-06-13 22:47:38Arfreversetmessageid: <1276469258.26.0.193487125336.issue8930@psf.upfronthosting.co.za>
2010-06-13 22:47:35Arfreverlinkissue8930 messages
2010-06-13 22:47:35Arfrevercreate