Branch: refs/heads/master Home: https://github.com/yast/yast-python-bindings Commit: 6beb859f735d405e154047c3362321a947efd3b9 https://github.com/yast/yast-python-bindings/commit/6beb859f735d405e154047c3... Author: Noel Power <noel.power@suse.com> Date: 2022-06-22 (Wed, 22 Jun 2022) Changed paths: M src/YPython.cc Log Message: ----------- Fix bug with python3.10 (core dump) boo#1200804 Not sure when it changed but at least since python 3.10 you can't call PyDict_New before calling Py_Initialize() in python3.10 we get the following backtrace when calling yast2 samba-client keys=0x7ffff36721a0 <empty_keys_struct>) at Objects/dictobject.c:651 at YPython.cc:117 name=0x7fffffffb9e0 "SambaAPI") at Y2PythonComponent.cc:64 from /lib64/libycpvalues.so.6 from /lib64/libycpvalues.so.6 from /usr/lib/perl5/vendor_perl/5.34.1/x86_64-linux-thread-multi/auto/YaST/YCP/libYCP.so Signed-off-by: Noel Power <noel.power@suse.com> Commit: 5df9b3c4e5083da3832dbe06827034aab786877c https://github.com/yast/yast-python-bindings/commit/5df9b3c4e5083da3832dbe06... Author: Noel Power <noel.power@suse.com> Date: 2022-06-22 (Wed, 22 Jun 2022) Changed paths: M package/yast2-python-bindings.changes M package/yast2-python-bindings.spec Log Message: ----------- Update spec and changelog for boo#1200804 Signed-off-by: Noel Power <noel.power@suse.com> Commit: e33d39ed3f4d4edcb7f4a5e3fbdb2c31c74ca857 https://github.com/yast/yast-python-bindings/commit/e33d39ed3f4d4edcb7f4a5e3... Author: David Mulder <dmulder@suse.com> Date: 2022-07-15 (Fri, 15 Jul 2022) Changed paths: M package/yast2-python-bindings.changes M package/yast2-python-bindings.spec M src/YPython.cc Log Message: ----------- Merge pull request #43 from noelpower/boo1200804 Boo1200804 Compare: https://github.com/yast/yast-python-bindings/compare/5920de092c19...e33d39ed...