Changeset 86312 in vbox for trunk/src/libs/xpcom18a4
- Timestamp:
- Sep 28, 2020 10:52:44 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/src/PyIID.cpp
r86311 r86312 77 77 #endif 78 78 if (size != sizeof(nsIID) || buf==NULL) { 79 #if PY_MAJOR_VERSION >= 3 79 80 PyBuffer_Release(&view); 81 #endif 80 82 #ifdef VBOX 81 83 PyErr_Format(PyExc_ValueError, "A buffer object to be converted to an IID must be exactly %d bytes long", (int)sizeof(nsIID));
Note:
See TracChangeset
for help on using the changeset viewer.