[Python-Dev] testing with and without pyc files present (original) (raw)
Skip Montanaro skip@pobox.com
Tue, 6 May 2003 11:16:45 -0500
- Previous message: [Python-Dev] testing with and without pyc files present
- Next message: [Python-Dev] pyconfig.h not regenerated by "config.status --recheck"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido> Sometimes the bytecode read from a .pyc file had the bug,
Guido> somtimes the directly generated bytecode. This is sometimes a
Guido> very shy bug needing a lot of sample data. How else would you
Guido> propose to test this?
I have no idea, but the reason for the two test runs should probably be documented somewhere. I just embellished the comment in Makefile.pre.in which preceed the test targets.
Skip
- Previous message: [Python-Dev] testing with and without pyc files present
- Next message: [Python-Dev] pyconfig.h not regenerated by "config.status --recheck"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]