summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2020-05-27-11-02-15.bpo-40792.pBw2Bb.rst
blob: 4cfe09bc774aff812c245d9374117d77ab0647b6 (plain)
1
2
The result of :c:func:`PyNumber_Index` now always has exact type :class:`int`.
Previously, the result could have been an instance of a subclass of ``int``.