mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-11-06 20:25:00 +03:00
Fix building python bindings: Skip bindings for virSaveLastError and
virFreeError
This commit is contained in:
@@ -344,6 +344,8 @@ skip_function = (
|
||||
'virDefaultErrorFunc', # Python virErrorFuncHandler impl calls this from C
|
||||
'virConnectDomainEventRegister', # overridden in virConnect.py
|
||||
'virConnectDomainEventDeregister', # overridden in virConnect.py
|
||||
'virSaveLastError', # We have our own python error wrapper
|
||||
'virFreeError', # Only needed if we use virSaveLastError
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user