wlav / CPyCppyy

Other
23 stars 20 forks source link

Support conversion from `str` to `char[]` #21

Open guitargeek opened 6 months ago

guitargeek commented 6 months ago

This is for the ROOT usecase, where char[] is sometimes used as column types in TTrees to contain fixed-sized string labels.

This is tested by the ROOT synchronization PR, where the staff.py tutorial is now passing: https://github.com/root-project/root/pull/14507