summaryrefslogtreecommitdiff
path: root/doc/release/upcoming_changes/10151.improvement.rst
blob: 3706a5132601b7c66284c3d08cf1417c54237460 (plain)
1
2
3
4
5
6
7
8
9
Different C numeric types of the same size have unique names
------------------------------------------------------------
On any given platform, two of ``np.intc``, ``np.int_``, and ``np.longlong``
would previously appear indistinguishable through their ``repr``, despite
their corresponding ``dtype`` having different properties.
A similar problem existed for the unsigned counterparts to these types, and on
some platforms for ``np.double`` and ``np.longdouble``

These types now always print with a unique ``__name__``.