[issue29156] remove superfluous pow test for (nonexistent) long

2017-01-04 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
resolution:  -> fixed
stage: commit review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29156] remove superfluous pow test for (nonexistent) long

2017-01-04 Thread Roundup Robot

Roundup Robot added the comment:

New changeset f159ab8a9360 by Serhiy Storchaka in branch '3.5':
Issue #29156: Remove superfluous pow test.
https://hg.python.org/cpython/rev/f159ab8a9360

New changeset ef3440585a17 by Serhiy Storchaka in branch '3.6':
Issue #29156: Remove superfluous pow test.
https://hg.python.org/cpython/rev/ef3440585a17

New changeset 29d28f1bdc7c by Serhiy Storchaka in branch 'default':
Issue #29156: Remove superfluous pow test.
https://hg.python.org/cpython/rev/29d28f1bdc7c

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29156] remove superfluous pow test for (nonexistent) long

2017-01-04 Thread STINNER Victor

STINNER Victor added the comment:

LGTM.

--
nosy: +haypo

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29156] remove superfluous pow test for (nonexistent) long

2017-01-04 Thread Serhiy Storchaka

Serhiy Storchaka added the comment:

LGTM. Thank you for your patch Lukas.

--
assignee:  -> serhiy.storchaka
nosy: +serhiy.storchaka
stage:  -> commit review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29156] remove superfluous pow test for (nonexistent) long

2017-01-04 Thread Lukas Schwaighofer

New submission from Lukas Schwaighofer:

Since python 3 there is no longer a type long. There is still a legacy test 
formerly used for longs present in test_pow.py. As the same test is already 
present (as also visible at the beginning of the patch) the test can safely be 
removed.

--
components: Tests
files: test_pow.patch
keywords: patch
messages: 284652
nosy: lukas.schwaighofer
priority: normal
severity: normal
status: open
title: remove superfluous pow test for (nonexistent) long
type: enhancement
versions: Python 3.7
Added file: http://bugs.python.org/file46143/test_pow.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com