This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Anthony Sottile, abartlet, miss-islington, pitrou, serhiy.storchaka, vstinner
Date 2021-09-02.00:16:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630541781.67.0.0627562018556.issue37330@roundup.psfhosted.org>
In-reply-to
Content
> This breaks Samba's build:
> https://bugzilla.samba.org/show_bug.cgi?id=14266

Samba has been updated in the meanwhile, buildtools/wafsamba/samba_utils.py:

-                function_code = node.read('rU', None)
+                function_code = node.read('r', None)

https://github.com/samba-team/samba/blob/1209c89dcf6371bbfa4f3929a47a573ef2916c1a/buildtools/wafsamba/samba_utils.py#L692
History
Date User Action Args
2021-09-02 00:16:21vstinnersetrecipients: + vstinner, pitrou, serhiy.storchaka, Anthony Sottile, miss-islington, abartlet
2021-09-02 00:16:21vstinnersetmessageid: <1630541781.67.0.0627562018556.issue37330@roundup.psfhosted.org>
2021-09-02 00:16:21vstinnerlinkissue37330 messages
2021-09-02 00:16:21vstinnercreate