Files
langkit/testsuite/tests/python_api
Pierre-Marie de Rodat e3ad650821 Python API: use type full name in error message
This makes error messages that are propagated to users in case of type
mismatch clearer.

This change was originally motivated by the discrepancy between Python2
and Python3:

    # Python2
    >>> int
    <type 'int'>

    # Python3
    >>> int
    <class 'int'>

Using the type full name avoids relying on a particular representation
for the types.

TN: SB13-026
2019-12-05 14:47:36 +01:00
..
2019-04-25 11:51:59 +02:00