Re: [Python-Dev] A Subtle Bug in Class Initializations

2018-08-28 Thread Eddie Elizondo
Hi everyone, Sorry for the delay - I finally sent out a patch: https://bugs.python.org/issue34522. Also, I'm +1 for modifying all extension modules to use PyType_FromSpec! I might lend a hand to start moving them :) - Eddie On 8/13/18, 6:02 AM, "Erik Bray" wrote: On Fri, Aug 10, 2018

[Python-Dev] UTF-8 Mode now also enabled by the POSIX locale

2018-08-28 Thread Victor Stinner
Hi, While working on test_utf8_mode on AIX (bpo-34347) and HP-UX (bpo-34403), I noticed that FreeBSD doesn't work properly with the POSIX locale (bpo-34527). I also noticed that my implementation of my PEP 540 "UTF-8 Mode" doesn't respect the PEP: the UTF-8 Mode should be enabled by the POSIX loca

Re: [Python-Dev] make patchcheck and git path

2018-08-28 Thread Stephen J. Turnbull
Michael Felt (aixtools) writes: > When building out of tree there is no .git reference. If I > understand the process it uses git to see what files have changed, > and does further processing on those. Just guessing based on generic git knowledge here: If you build in a sibling directory of t