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 2020-03-02.17:45:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583171102.45.0.680324408547.issue37330@roundup.psfhosted.org>
In-reply-to
Content
> While we are of course able to patch new versions of Samba, this will make it harder to bisect back though Samba history.

I don't understand the bisect part. Would you mind to elaborate? What do you want to bisect?

>  It would be really great if this kind of change could be reverted or at least deferred so Samba can rely on a stable language platform for it's build system.

The "U" mode was deprecated since September 2012 (Python 3.3): you had 8 years to handle the DeprecationWarning. 8 years before actually removing a deprecated feature sounds like a stable language platform to me.

I'm not sure of the benefit of deferring the change. Does it mean that Sambda would not be updated?

Well, your comment fits exactly into bpo-39674 scope, except that revert the "U" mode is not scheduled yet.
History
Date User Action Args
2020-03-02 17:45:02vstinnersetrecipients: + vstinner, pitrou, serhiy.storchaka, Anthony Sottile, miss-islington, abartlet
2020-03-02 17:45:02vstinnersetmessageid: <1583171102.45.0.680324408547.issue37330@roundup.psfhosted.org>
2020-03-02 17:45:02vstinnerlinkissue37330 messages
2020-03-02 17:45:02vstinnercreate