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

test_builtin failure on Windows #45384

Closed
theller opened this issue Aug 28, 2007 · 2 comments
Closed

test_builtin failure on Windows #45384

theller opened this issue Aug 28, 2007 · 2 comments

Comments

@theller
Copy link

theller commented Aug 28, 2007

BPO 1043
Nosy @theller, @birkenfeld

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 2007-09-03.07:30:45.548>
created_at = <Date 2007-08-28.06:12:09.976>
labels = ['OS-windows']
title = 'test_builtin failure on Windows'
updated_at = <Date 2007-09-03.07:30:45.523>
user = 'https://github.com/theller'

bugs.python.org fields:

activity = <Date 2007-09-03.07:30:45.523>
actor = 'georg.brandl'
assignee = 'none'
closed = True
closed_date = <Date 2007-09-03.07:30:45.548>
closer = 'georg.brandl'
components = ['Windows']
creation = <Date 2007-08-28.06:12:09.976>
creator = 'theller'
dependencies = []
files = []
hgrepos = []
issue_num = 1043
keywords = ['patch']
message_count = 2.0
messages = ['55355', '55608']
nosy_count = 2.0
nosy_names = ['theller', 'georg.brandl']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1043'
versions = ['Python 3.0']

@theller
Copy link
Author

theller commented Aug 28, 2007

test test_builtin failed -- Traceback (most recent call last):
  File "c:\svn\py3k\lib\test\test_builtin.py", line 1473, in test_round
    self.assertEqual(round(1e20), 1e20)
AssertionError: 0 != 1e+020

@birkenfeld
Copy link
Member

This was apparently fixed by Thomas with rev. 57828.

@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
Projects
None yet
Development

No branches or pull requests

2 participants