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 pitrou
Recipients pitrou, tarek
Date 2009-05-04.00:01:11
SpamBayes Score 5.2870934e-07
Marked as misclassified No
Message-id <1241395274.73.0.21825310934.issue5918@psf.upfronthosting.co.za>
In-reply-to
Content
This happens sometimes here on trunk, in non-debug mode:

$ ./python -m test.regrtest test_distutils test_parser
Could not find '/home/antoine/cpython/__svn__/Lib/test' in sys.path to
remove it
test_distutils
0 blocks
find:
`/home/antoine/tmp/tmpngdCYU/foo/build/bdist.linux-x86_64/rpm/BUILDROOT/foo-0.1-1.x86_64/usr/lib/debug':
Aucun fichier ou dossier de ce type
0 blocks
find:
`/home/antoine/tmp/tmp431p68/foo/build/bdist.linux-x86_64/rpm/BUILDROOT/foo-0.1-1.x86_64/usr/lib/debug':
Aucun fichier ou dossier de ce type
test_parser
Erreur de segmentation (core dumped)


Perhaps test_distutils sets something up which makes Python import the
wrong version of the "parser" module.
History
Date User Action Args
2009-05-04 00:01:15pitrousetrecipients: + pitrou, tarek
2009-05-04 00:01:14pitrousetmessageid: <1241395274.73.0.21825310934.issue5918@psf.upfronthosting.co.za>
2009-05-04 00:01:13pitroulinkissue5918 messages
2009-05-04 00:01:12pitroucreate