Skip to content

Conversation

@orenmn
Copy link
Contributor

@orenmn orenmn commented Mar 9, 2017

according to http://bugs.python.org/issue28298:

  • make array 'Q', 'L' and 'I' accept big intables (objects that have __int__) as elements
  • add to test_array tests to verify this change, and tests to verify that int types arrays don't accept floats as elements
  • while we are in test_array, remove checks whether long long is available

(I ran the test module again, and on my Windows 10, the same tests failed with
and without my patches.)

@serhiy-storchaka serhiy-storchaka changed the title bpo-28298: (backport to 3.6) make array 'Q', 'L' and 'I' accept big intables as elements [3.6] bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements Mar 9, 2017
@serhiy-storchaka serhiy-storchaka added type-bug An unexpected behavior, bug, or error cherry-pick for 3.6 labels Mar 9, 2017
@orenmn
Copy link
Contributor Author

orenmn commented Mar 9, 2017

forgot to mention - the diff is the same as the one for 3.7.

@serhiy-storchaka serhiy-storchaka merged commit 26d013e into python:3.6 Mar 9, 2017
jaraco pushed a commit that referenced this pull request Dec 2, 2022
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/pytest-dev/pytest-cov/releases) - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

3 participants