Victor Stinner
Victor Stinner
For more information on how Python handles signals, you can also read the PEP-475 (which changed how Python 3.5 handles signals ;-))
See issue #97786 for the _Py_InIntegralTypeRange() warning.
Some articles about terminology: * https://tools.ietf.org/id/draft-knodel-terminology-01.html (draft RFC): Master-slave, Blacklist-whitelist and "Other considerations" * https://www.businessinsider.com/companies-github-terms-master-slave-blacklist-whitelist-open-source-2020-6 * https://www.marketplace.org/2020/06/17/tech-companies-update-language-to-avoid-offensive-terms/ * https://www.washingtonpost.com/opinions/2020/06/12/tech-industry-has-an-ugly-master-slave-problem/ * https://lifehacker.com/ditch-these-racist-terms-from-your-tech-vocabulary-1844041452 * etc. I will not attempt to give an...
"Inclusive Chromium code": https://chromium.googlesource.com/chromium/src/+/master/styleguide/inclusive_code.md
I don't think that we have to require one replacement. We can suggest multiple alternatives. For example, first I replaced blacklist with denylist in http.cookiejar documentation, but when I read...
FYI there was a discussion about the usage of gendered language in the PEP 3136: https://bugs.python.org/issue41743
> I agree overall on a list of inclusive languages, but I'm not sure if the devguide is the right place for it. Do you have a better place for...
The Docs WG doesn't exist yet, so devguide can a temporary home, until it is moved to somewhere else.
When Py_TRACE_REFS is defined, it was discussed once to move the double linked list of objects out of PyObject, to keep the ABI compatiiblity. It shouldn't be hard to store...
I removed the " needs backport to 3.6" label, the 3.6 branch no longer accept bugfixes (only security fixes are accepted): https://devguide.python.org/#status-of-python-branches