PyUnicode_From_STR_String utility function which passes STR_String to PyUnicode_FromStringAndSize (saves a call to strlen).
Also made CValue::ConvertKeysToPython use faster list creation and improved some of the macro formatting.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
class SCA_PythonMouse : public PyObjectPlus
|
||||
{
|
||||
Py_Header;
|
||||
Py_Header
|
||||
private:
|
||||
class SCA_IInputDevice *m_mouse;
|
||||
class RAS_ICanvas *m_canvas;
|
||||
|
||||
Reference in New Issue
Block a user