Page MenuHomeFreeBSD

net/samba416: Fix build with newer Python
ClosedPublic

Authored by des on Jun 20 2026, 4:50 PM.
Tags
None
Referenced Files
F166297472: D57713.id180174.diff
Wed, Aug 12, 6:00 PM
F166296095: D57713.id180249.diff
Wed, Aug 12, 5:44 PM
F166219249: D57713.id180174.diff
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
Unknown Object (File)
Sun, Aug 9, 4:06 PM
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

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.