VirtualBox

Changeset 86312 in vbox for trunk/src/libs/xpcom18a4


Ignore:
Timestamp:
Sep 28, 2020 10:52:44 AM (4 years ago)
Author:
vboxsync
Message:

xpcom/python: Indentation fixes in py3 changes. bugref:9840

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/python/src/PyIID.cpp

    r86311 r86312  
    7777#endif
    7878                        if (size != sizeof(nsIID) || buf==NULL) {
     79#if PY_MAJOR_VERSION >= 3
    7980                                PyBuffer_Release(&view);
     81#endif
    8082#ifdef VBOX
    8183                                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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette