This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author franku
Recipients christian.heimes, franku
Date 2021-03-16.20:32:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1615926758.82.0.458813811128.issue43514@roundup.psfhosted.org>
In-reply-to
Content
Initialization of the Python interpreter in C-code is here: 
https://github.com/bareos/bareos/blob/fb76608092ba204ce43cd7c262619e01f9d6a2d6/core/src/plugins/filed/python/python-fd.cc#L189

The actual Python code that starts the child processes is here:
https://github.com/bareos/bareos/blob/fb76608092ba204ce43cd7c262619e01f9d6a2d6/core/src/plugins/filed/python/libcloud/BareosLibcloudApi.py#L110

Where this is one of the actual Processes: 
https://github.com/bareos/bareos/blob/fb76608092ba204ce43cd7c262619e01f9d6a2d6/core/src/plugins/filed/python/libcloud/bareos_libcloud_api/bucket_explorer.py#L45

Inherited from this base class: 
https://github.com/bareos/bareos/blob/fb76608092ba204ce43cd7c262619e01f9d6a2d6/core/src/plugins/filed/python/libcloud/bareos_libcloud_api/process_base.py#L36
History
Date User Action Args
2021-03-16 20:32:38frankusetrecipients: + franku, christian.heimes
2021-03-16 20:32:38frankusetmessageid: <1615926758.82.0.458813811128.issue43514@roundup.psfhosted.org>
2021-03-16 20:32:38frankulinkissue43514 messages
2021-03-16 20:32:38frankucreate