[python-committers] Re: Possible bug in voting system ? (was: Re: Reminder to vote for the 2020 Steering Council)

2019-12-10 Thread Brett Cannon
We discussed the situation on the steering council and we are fine with making an exception for folks who felt caught off-guard asking Ernest to be added to the voter roll even though voting has already started. In the new year I will work with Ernest to draft up a proposal for changing PEP 13

[python-committers] Re: Possible bug in voting system ?

2019-12-10 Thread Ethan Furman
On 12/10/2019 02:57 PM, Nick Coghlan wrote: On Wed, 11 Dec 2019 at 06:52, M.-A. Lemburg wrote: The conversion to an inactive dev is something that core devs need to be asked to agree to, and thus needs to be managed as a status flag, not depend on commits to the repo. All committers were ask

[python-committers] Re: Possible bug in voting system ? (was: Re: Reminder to vote for the 2020 Steering Council)

2019-12-10 Thread Antoine Pitrou
Le 10/12/2019 à 23:57, Nick Coghlan a écrit : > On Wed, 11 Dec 2019 at 06:52, M.-A. Lemburg wrote: >> The conversion to an inactive dev is something that core devs need >> to be asked to agree to, and thus needs to be managed as a status >> flag, not depend on commits to the repo. > > All commit

[python-committers] Re: [RELEASE] Python 3.8.1rc1 is now available for testing

2019-12-10 Thread Jason R. Coombs
I think I missed the announcement of the cutoff date for 3.8.1; I was hoping to get some bug fixes in for importlib.metadata. These aren’t crucial bugfixes, but it would be nice not to have them linger for months. Would you consider including these,

[python-committers] Re: Possible bug in voting system ? (was: Re: Reminder to vote for the 2020 Steering Council)

2019-12-10 Thread Nick Coghlan
On Wed, 11 Dec 2019 at 06:52, M.-A. Lemburg wrote: > The conversion to an inactive dev is something that core devs need > to be asked to agree to, and thus needs to be managed as a status > flag, not depend on commits to the repo. All committers were asked to check the voter list in mid-November,

[python-committers] Re: Possible bug in voting system ? (was: Re: Reminder to vote for the 2020 Steering Council)

2019-12-10 Thread Paul Moore
On Tue, 10 Dec 2019 at 21:07, Senthil Kumaran wrote: > > > As it turns out I was removed from the list of voters by the above > > script, without being asked, and would like to be added back again. > > I support this, and I hope this can be rectified for this election period > itself. +1 from me

[python-committers] Re: Possible bug in voting system ? (was: Re: Reminder to vote for the 2020 Steering Council)

2019-12-10 Thread Senthil Kumaran
> As it turns out I was removed from the list of voters by the above > script, without being asked, and would like to be added back again. I support this, and I hope this can be rectified for this election period itself. Thank you, Senthil On Tue, Dec 10, 2019 at 12:52 PM M.-A. Lemburg wrote:

[python-committers] Possible bug in voting system ? (was: Re: Reminder to vote for the 2020 Steering Council)

2019-12-10 Thread M.-A. Lemburg
I had been waiting for the ballot email, but have not received any. I then checked the voters list and came across this section in the readme: """ According to PEP 13, active membership is defined as "any non-trivial contribution in two years". As such, the coredev active command will create a pi

[python-committers] Reminder to vote for the 2020 Steering Council

2019-12-10 Thread Ewa Jodlowska
Hi! *This is a reminder that voting will end December 16, 2019 12:00 UTC.* If you have not yet voted, please do so soon. Momentarily, Ernest will resend all the ballots to those that have not voted yet. If you cannot find your ballot, try searching spam for sys...@heliosvoting.org. If you run in

[python-committers] Re: [Python-Dev] [RELEASE] Python 3.8.1rc1 is now available for testing

2019-12-10 Thread Christian Tismer
Howdy, I have produced this: https://bugs.python.org/issue39016 No idea if it's correct, doing that too rarely. Cheers -- Chris On 10.12.19 14:34, Victor Stinner wrote: > Can you please open an issue at https://bugs.python.org/ and then post > the link in this thread? > > Thanks in advance, >

[python-committers] Re: [Python-Dev] [RELEASE] Python 3.8.1rc1 is now available for testing

2019-12-10 Thread Victor Stinner
Can you please open an issue at https://bugs.python.org/ and then post the link in this thread? Thanks in advance, Victor Le mar. 10 déc. 2019 à 14:18, Christian Tismer a écrit : > > Hi Łukasz, > > tonite I found a critical bug that affects all heaptype extension > classes with a custom (not PyT

[python-committers] Re: [Python-Dev] Re: [RELEASE] Python 3.8.1rc1 is now available for testing

2019-12-10 Thread Christian Tismer
On 10.12.19 14:28, Łukasz Langa wrote: > >> On 10 Dec 2019, at 14:16, Christian Tismer > > wrote: >> >> Please let me know how you want to proceed. >> This is a critical error, producing negative refcounts. > > Is there a BPO issue for this? If not, there should be, l

[python-committers] Re: [Python-Dev] [RELEASE] Python 3.8.1rc1 is now available for testing

2019-12-10 Thread Łukasz Langa
> On 10 Dec 2019, at 14:16, Christian Tismer wrote: > > Please let me know how you want to proceed. > This is a critical error, producing negative refcounts. Is there a BPO issue for this? If not, there should be, let's discuss there. Is this a 3.8 regression? 3.8.1 proper is next Monday, if

[python-committers] Re: [Python-Dev] [RELEASE] Python 3.8.1rc1 is now available for testing

2019-12-10 Thread Christian Tismer
Sorry, I sent the fixed version. These two incref's are missing! On 10.12.19 14:16, Christian Tismer wrote: > Hi Łukasz, > > tonite I found a critical bug that affects all heaptype extension > classes with a custom (not PyType_Type) type. > > the bug is in typeobject.c function type_mro_modified

[python-committers] Re: [Python-Dev] [RELEASE] Python 3.8.1rc1 is now available for testing

2019-12-10 Thread Christian Tismer
Hi Łukasz, tonite I found a critical bug that affects all heaptype extension classes with a custom (not PyType_Type) type. the bug is in typeobject.c function type_mro_modified line 309: if (custom) { _Py_IDENTIFIER(mro); mro_meth = lookup_maybe_method( (PyObject

[python-committers] [RELEASE] Python 3.8.1rc1 is now available for testing

2019-12-10 Thread Łukasz Langa
Python 3.8.1rc1 is the release candidate of the first maintenance release of Python 3.8. The Python 3.8 series is the newest feature release of the Python language, and it contains many new features and optimizations. You can find Python 3.8.1rc1 here: https://www.python.org/downloads/release/