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 eric.snow
Recipients Arfrever, brett.cannon, eric.snow, scoder
Date 2012-08-12.06:21:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1344752508.07.0.792070740285.issue15623@psf.upfronthosting.co.za>
In-reply-to
Content
The files, post-run:

$ find /tmp/test/
/tmp/test/
/tmp/test/my_test_package
/tmp/test/my_test_package/__init__.cpython-33dm.so
/tmp/test/my_test_package/a.cpython-33dm.so
/tmp/test/my_test_package/a.c
/tmp/test/my_test_package/a.py
/tmp/test/my_test_package/__init__.py
/tmp/test/my_test_package/__init__.c
/tmp/test/test.tgz
/tmp/test/build
/tmp/test/build/temp.linux-x86_64-3.3-pydebug
/tmp/test/build/temp.linux-x86_64-3.3-pydebug/my_test_package
/tmp/test/build/temp.linux-x86_64-3.3-pydebug/my_test_package/a.o
/tmp/test/build/temp.linux-x86_64-3.3-pydebug/my_test_package/__init__.o
/tmp/test/test.sh
/tmp/test/setup.py
History
Date User Action Args
2012-08-12 06:21:48eric.snowsetrecipients: + eric.snow, brett.cannon, scoder, Arfrever
2012-08-12 06:21:48eric.snowsetmessageid: <1344752508.07.0.792070740285.issue15623@psf.upfronthosting.co.za>
2012-08-12 06:21:47eric.snowlinkissue15623 messages
2012-08-12 06:21:47eric.snowcreate