mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fix coercion of non-interned strings in Python 3
This commit is contained in:
parent
d320aced73
commit
3600abfe6d
@ -36,7 +36,7 @@ make(PyUnicodeObject *str) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
string name(c_str, len);
|
string name(c_str, len);
|
||||||
return InternalName::make(c_str, len);
|
return InternalName::make(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
InternalName::PyInternTable::const_iterator it;
|
InternalName::PyInternTable::const_iterator it;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user