[issue1251748] compiler package: "global a; a=5"

Antoine Pitrou report at bugs.python.org
Tue Mar 25 20:27:28 CET 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

It seems to me that releasing it as a third-party package would be a
little contradictory, since the compiler package is supposed to follow
the CPython core (compile.c etc.) evolutions.

In any case, whatever the decision (stdlib package or separate
releases), I think it would be nice if there was a slightly more
comprehensive test suite. :)

Something like running some selected non-controversial parts of the test
suite compiled with the compiler package (like PyPy does apparently)
could be a good start.

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1251748>
_____________________________________


More information about the Python-bugs-list mailing list