[pypy-issue] [issue1171] call to import pypy's own test.test_audioop yields no can do

Amaury Forgeot d Arc tracker at bugs.pypy.org
Tue Jun 12 18:56:27 CEST 2012


Amaury Forgeot d Arc <amauryfa at gmail.com> added the comment:

But there is no module test.bigaddrspace (try with CPython). What are you trying 
to do?
Note that "import atexit" and "import test.test_atexit" import completely 
different modules.  Surely test_atexit contains unit tests for atexit, and will 
also import it.  But it does not mean that test.atexit is a module.

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1171>
________________________________________


More information about the pypy-issue mailing list