Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
KDE:Qt:PyQt
python-sip4
python311_frame.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File python311_frame.patch of Package python-sip4
Taken from https://bugzilla.redhat.com/show_bug.cgi?id=2062144 diff --git a/siplib/siplib.c b/siplib/siplib.c index db52b68..8019e97 100644 --- a/siplib/siplib.c +++ b/siplib/siplib.c @@ -13747,7 +13747,7 @@ static struct _frame *sip_api_get_frame(int depth) while (frame != NULL && depth > 0) { - frame = frame->f_back; + frame = PyFrame_GetBack(frame); --depth; }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor