mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-01 03:00:13 -04:00
Cython defaults to use bytes - closes https://github.com/CoolProp/CoolProp/issues/98
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#cython: embedsignature = True, c_string_type=str, c_string_encoding=ascii
|
||||
#cython: embedsignature = True, c_string_type=bytes, c_string_encoding=ascii
|
||||
from __future__ import division
|
||||
#
|
||||
# This file provides wrapper functions of all the CoolProp functions
|
||||
|
||||
Reference in New Issue
Block a user