Page MenuHomeFreeBSD

net/samba416: Fix build with newer Python
ClosedPublic

Authored by des on Jun 20 2026, 4:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 13, 8:25 PM
Unknown Object (File)
Wed, Aug 12, 6:00 PM
Unknown Object (File)
Wed, Aug 12, 5:44 PM
Unknown Object (File)
Wed, Aug 12, 11:03 AM
Unknown Object (File)
Wed, Aug 12, 1:22 AM
Unknown Object (File)
Tue, Aug 11, 11:50 PM
Unknown Object (File)
Mon, Aug 10, 7:31 AM
Unknown Object (File)
Mon, Aug 10, 7:15 AM
Subscribers

Details

Summary

PyEval_CallObjectWithKeywords() has been deprecated since Python 3.9 and
was removed in Python 3.13. Add an upstream patch that replaces it with
PyObject_Call().

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 74084
Build 70967: arc lint + arc unit

Event Timeline

des requested review of this revision.Jun 20 2026, 4:50 PM
des created this revision.
kiwi added a subscriber: kiwi.

Thanks Dag-Erling !

This revision is now accepted and ready to land.Jun 22 2026, 1:59 AM
This revision was automatically updated to reflect the committed changes.