[PATCH] Python3 compatible modules - credentials, param, _glue

Lumir Balhar lbalhar at redhat.com
Mon Feb 27 12:01:39 UTC 2017


On 02/26/2017 10:21 AM, Andrew Bartlett wrote:
> On Sun, 2017-02-26 at 16:31 +1300, Andrew Bartlett wrote:
>> On Thu, 2017-02-23 at 20:38 +0100, Lumir Balhar wrote:
>>> So, from my point of view, it would be better to finalize Stefan's
>>> patch
>>> and merge it to master, and then I can rework my patchset (the
>>> last
>>> time, hopefully) to be compatible with the latest pytalloc API.
>>>
>>> What do you think about it?
>> I've done that, it looked like I just need to reject the changes to
>> the
>> files with conflicts (those attempting a change to PyCapsule).  I
>> hope
>> I've based it on your most recent work.  I'm running tests on that
>> now.
>>
>> git://git.samba.org/abartlet/samba.git py3
>>
>> https://git.samba.org/?p=abartlet/samba.git/.git;a=shortlog;h=refs/he
>> ad
>> s/py3
>>
>> I hope this means we are near the end of this road, and I thank you
>> all
>> for your contributions and patience!
>>
>> Let me know what you think, and I'll let you know what the builds
>> come
>> up with, then I think we can get a review on this.
> Our autobuild runs with strict compile options making warnings errors.
>
> All the python3 builds fail on:
>
> ../source4/libnet/py_net.c:722:2: error: missing braces around
> initializer [-Werror=missing-braces]
>    PyObject_HEAD_INIT(NULL) 0,
>    ^
> ../source4/libnet/py_net.c:722:2: error: (near initialization for
> py_net_Type.ob_base.ob_base) [-Werror=missing-braces]
>
> The issue is that in python3 the first elements of PyTypeObject changes
> from inline to a sub-structure.
>
> Andrew Bartlett
Hello.

I've updated the last patch in patchset to solve mentioned issue in 
samba.net. New patch is attached.

There is no "missing braces" warning during build with this patch.

Thank you and have a nice day.
Lumír
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0030-python-Port-the-samba.net-module-to-Python-3.patch
Type: text/x-patch
Size: 4296 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20170227/0b6b3667/0030-python-Port-the-samba.net-module-to-Python-3.bin>


More information about the samba-technical mailing list