Changeset 103125 in vbox
- Timestamp:
- Jan 30, 2024 7:33:05 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/libs/xpcom18a4/python/src/PyIID.cpp
r102411 r103125 324 324 if (!Py_nsIID::IIDFromPyObject(other, &iid)) 325 325 { 326 /* Can't do comparison be tsides equality/inequalityif the other object does not contain an IID. */326 /* Can't do comparison besides equality/inequality if the other object does not contain an IID. */ 327 327 if (op == Py_EQ) 328 328 Py_RETURN_FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.