Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Kirill Smelkov
cpython
Repository
cpython
Modules
arraymodule.c
Find file
Blame
History
Permalink
bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952)
· 6a44f6ee
Serhiy Storchaka
authored
Feb 25, 2019
Deprecate using the __int__() method in implicit conversions of Python numbers to C integers.
6a44f6ee