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 skrah
Recipients jdemeyer, methane, skrah, vstinner
Date 2019-07-03.10:52:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562151159.86.0.372846897563.issue37483@roundup.psfhosted.org>
In-reply-to
Content
> Or do you care about *using* API with underscore?  If so, I'm OK to stop changing some callers which are not tightly coupled with Python.

I care about this one.  Indeed I think underscore functions should be used in strategic places inside the core interpreter and not sprinkled across the whole code base by default.


But in general I also care about not having too many new functions to avoid churn.
History
Date User Action Args
2019-07-03 10:52:39skrahsetrecipients: + skrah, vstinner, methane, jdemeyer
2019-07-03 10:52:39skrahsetmessageid: <1562151159.86.0.372846897563.issue37483@roundup.psfhosted.org>
2019-07-03 10:52:39skrahlinkissue37483 messages
2019-07-03 10:52:39skrahcreate