jamesbowman / openexrpython

OpenEXR bindings for Python
Other
94 stars 35 forks source link

Fix UTF-8 and bytes conversion #7

Closed tiagoshibata closed 7 years ago

tiagoshibata commented 7 years ago

Fix usage of PyUTF8_AsSstring where strings are used and PyString_AsString for bytes.