Menu

#3 Psyco should run Python's test suite

closed-fixed
None
7
2002-02-05
2002-02-03
Armin Rigo
No

The official Python regression test suite reveals
numerous bugs in Psyco. I have to fix them as a top
priority.

See the attached script to run all of Python's test in
different processes (running them all in the same
process cannot be done until Psyco can release the
memory it uses for code blocks).

This could be made part of an official Psyco test
suite. A few larger applications should enter this
test suite as well.

Discussion

  • Armin Rigo

    Armin Rigo - 2002-02-03

    Runs the classical Python regression tests

     
  • Armin Rigo

    Armin Rigo - 2002-02-05
    • status: open --> closed-fixed
     
  • Armin Rigo

    Armin Rigo - 2002-02-05

    Logged In: YES
    user_id=4771

    Done. Many many bug fixes.

     

Log in to post a comment.