VirtualBox-python3.13.patch #1

Open
opened 2025-02-26 14:25:14 +01:00 by sergiomb · 2 comments

here is how I fix the support python3.13 I just replace python3.11 by python3.13 , is quick fix !
but fails to compile on Fedora because use of PyObject_AsCharBuffer(), PyObject_AsReadBuffer() and PyObject_AsWriteBuffer()

HTH

references:
https://bugzilla.redhat.com/show_bug.cgi?id=1927146
https://docs.python.org/3.12/c-api/objbuffer.html
https://github.com/protocolbuffers/protobuf/pull/8339/files

here is how I fix the support python3.13 I just replace python3.11 by python3.13 , is quick fix ! but fails to compile on Fedora because use of PyObject_AsCharBuffer(), PyObject_AsReadBuffer() and PyObject_AsWriteBuffer() HTH references: https://bugzilla.redhat.com/show_bug.cgi?id=1927146 https://docs.python.org/3.12/c-api/objbuffer.html https://github.com/protocolbuffers/protobuf/pull/8339/files
Author
@jengelh and @dgarcia ^

@sergiomb yes, I started to try to build for python 3.13 but at some point the patch was getting bigger and bigger, so I decided to do not spent more time on this and wait for upstream to do it.

@sergiomb yes, I started to try to build for python 3.13 but at some point the patch was getting bigger and bigger, so I decided to do not spent more time on this and wait for upstream to do it.
Sign in to join this conversation.
No Label
No Milestone
No project
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pool/virtualbox#1
No description provided.