[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,

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

2019-12-10 Thread Łukasz Langa
> On 10 Dec 2019, at 13:01, Miro Hrončok wrote: > > On 10. 12. 19 10:22, Łukasz Langa wrote: >> 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

[Python-Dev] Re: [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-Dev] Re: [RELEASE] Python 3.8.1rc1 is now available for testing

2019-12-10 Thread Miro Hrončok
On 10. 12. 19 14:34, Łukasz Langa wrote: On 10 Dec 2019, at 13:01, Miro Hrončok wrote: On 10. 12. 19 10:22, Łukasz Langa wrote: 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

[Python-Dev] Re: [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

[Python-Dev] Re: [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-Dev] Re: [RELEASE] Python 3.8.1rc1 is now available for testing

2019-12-10 Thread Miro Hrončok
On 10. 12. 19 10:22, Łukasz Langa wrote: 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: