Page MenuHomeFreeBSD

net/samba416: Fix build with newer Python
ClosedPublic

Authored by des on Jun 20 2026, 4:50 PM.
Tags
None
Referenced Files
F166168283: D57713.id.diff
Wed, Aug 12, 1:22 AM
F166153512: D57713.id180263.diff
Tue, Aug 11, 11:50 PM
Unknown Object (File)
Mon, Aug 10, 7:31 AM
Unknown Object (File)
Mon, Aug 10, 7:15 AM
Unknown Object (File)
Sun, Aug 9, 4:06 PM
Unknown Object (File)
Sat, Aug 8, 5:10 PM
Unknown Object (File)
Sat, Aug 8, 11:50 AM
Unknown Object (File)
Sat, Aug 8, 2:55 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.