Skip to content

Transonic Type supported by Cython backend + light support for classes

Bitbucket Importer requested to merge bitbucket/merged-pr-36 into branch/default

Created originally on Bitbucket by PierreBlancfat (Pierre Blanc-fatin)

Was already merged in Bitbucket before import, marked as merged by the import user

The transonification into .pyx use the ‘ctypedef fused’ of Cython to deal with transonic multityping class “Type”

See : tmp/cython_multitype_example.py

Cython backend light support classes, but class attributes are not yet supported

See : tmp/cython_class.py

  • Add make_backend_files in backend super class : +3 succeed tests for Cython

    • 1 in test_init_transonified.py : last test
    • 2 in test_justintime.py : 2 last tests
  • Fix no function in .pyx + Transonic Type supported by Cython

    See tmp/cython_multitype_example.py

Merge request reports