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

bpo-29730: replace some calls to PyNumber_Check and improve some error messages #650

Conversation

orenmn
Copy link
Contributor

@orenmn orenmn commented Mar 12, 2017

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

  • replace some calls to PyNumber_Check with PyIndex_Check
  • while we are there, improve some error messages

(I ran the test module, and on my Windows 10, the same tests failed with
and without my patches. However, on my Ubuntu 16.04 VM, none of the tests
failed.)

@mention-bot
Copy link

@orenmn, thanks for your PR! By analyzing the history of the files in this pull request, we identified @Yhg1s, @akuchling, @benjaminp, @serhiy-storchaka and @avassalotti to be potential reviewers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants