Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pybench does not run anymore #46687

Closed
pitrou opened this issue Mar 20, 2008 · 2 comments
Closed

pybench does not run anymore #46687

pitrou opened this issue Mar 20, 2008 · 2 comments
Labels
type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@pitrou
Copy link
Member

pitrou commented Mar 20, 2008

BPO 2435
Nosy @amauryfa, @pitrou

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2008-03-20.21:22:26.648>
created_at = <Date 2008-03-20.18:45:17.801>
labels = ['type-crash']
title = 'pybench does not run anymore'
updated_at = <Date 2008-03-20.21:22:26.640>
user = 'https://github.com/pitrou'

bugs.python.org fields:

activity = <Date 2008-03-20.21:22:26.640>
actor = 'amaury.forgeotdarc'
assignee = 'none'
closed = True
closed_date = <Date 2008-03-20.21:22:26.648>
closer = 'amaury.forgeotdarc'
components = ['Demos and Tools']
creation = <Date 2008-03-20.18:45:17.801>
creator = 'pitrou'
dependencies = []
files = []
hgrepos = []
issue_num = 2435
keywords = []
message_count = 2.0
messages = ['64190', '64210']
nosy_count = 2.0
nosy_names = ['amaury.forgeotdarc', 'pitrou']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'crash'
url = 'https://bugs.python.org/issue2435'
versions = ['Python 3.0']

@pitrou
Copy link
Member Author

pitrou commented Mar 20, 2008

I get this on py3k:

$ ./python Tools/pybench/pybench.py 
Traceback (most recent call last):
  File "Tools/pybench/pybench.py", line 391, in <module>
    import Setup
  File "/home/antoine/py3k/unialloc/Tools/pybench/Setup.py", line 34, in
<module>
    from With import *
ImportError: No module named With

It seems like the With.py file in Tools/pybench was not added as part of
an SVN merge from the 2.x trunk.

@pitrou pitrou added the type-crash A hard crash of the interpreter, possibly with a core dump label Mar 20, 2008
@amauryfa
Copy link
Member

Corrected in r61680. Thanks for the report!

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-crash A hard crash of the interpreter, possibly with a core dump
Projects
None yet
Development

No branches or pull requests

2 participants