Roundup Tracker - Issues

Message7387

Author tekberg
Recipients rouilj, tekberg
Date 2021-11-30.22:55:31
Message-id <CO3PR08MB795785AB09A99B3C2D911C9CCA679@CO3PR08MB7957.namprd08.prod.outlook.com>
In-reply-to <1638308507.31.0.524798629669.issue2551174@roundup.psfhosted.org>
John,

The pypy' program is new to me. The description on https://foss.heptapod.net/pypy/pypy says 'PyPy is a very fast and compliant implementation of the Python language.' It sounds like this is a reimplementation of python, not the one that most people use (just python or python3). This may not be a bug in roundup, but a bug in pypy. I installed pypy3 and was able to verify the error with this command: pypy3 -c 'import symtable'. It seems to me if one can't import symtable then that means that pypy3 isn't really a complete implementation of python. Perhaps the consensus was that nobody uses that module. You can see the documentation for the module here: https://docs.python.org/3/library/symtable.html.

Tom Ekberg
Senior Computer Specialist
Department of Laboratory Medicine and Pathology
4th Floor, Pat Steel Building, currently WFH
Home: (253) 561-2509
Email: tekberg@uw.edu
History
Date User Action Args
2021-11-30 22:55:31tekbergsetrecipients: + tekberg, rouilj
2021-11-30 22:55:31tekberglinkissue2551174 messages
2021-11-30 22:55:31tekbergcreate