From metatracker at psf.upfronthosting.co.za Tue Dec 4 07:28:48 2018 From: metatracker at psf.upfronthosting.co.za (Enric) Date: Tue, 04 Dec 2018 12:28:48 +0000 Subject: [Tracker-discuss] [issue669] Python3.7 crash in PyCFunction_New due to broken _PyObject_GC_TRACK Message-ID: <1543926528.29.0.788709270274.issue669@psf.upfronthosting.co.za> New submission from Enric : Attached is a reproducer that calls PyCFunction_New. The reproducer runs normally with Python 3.6.5, but it crashes with Python 3.7.1. The reason seems to be that the _PyObject_GC_TRACK macro ends up being called and it is broken in Python3.7. A fix for that macro seems to have been committed to master: https://github.com/python/cpython/pull/10507 ---------- files: reproducer.cpp messages: 3556 nosy: etejedor priority: bug status: unread title: Python3.7 crash in PyCFunction_New due to broken _PyObject_GC_TRACK _______________________________________________________ PSF Meta Tracker _______________________________________________________ -------------- next part -------------- A non-text attachment was scrubbed... Name: reproducer.cpp Type: text/x-c++src Size: 276 bytes Desc: not available URL: From metatracker at psf.upfronthosting.co.za Fri Dec 7 17:34:11 2018 From: metatracker at psf.upfronthosting.co.za (Brett C.) Date: Fri, 07 Dec 2018 22:34:11 +0000 Subject: [Tracker-discuss] [issue669] Python3.7 crash in PyCFunction_New due to broken _PyObject_GC_TRACK Message-ID: <1544222051.86.0.788709270274.issue669@psf.upfronthosting.co.za> New submission from Brett C. : This is the issue tracker for the bugs.python.org web site, not Python itself. Please report bugs for Python at bugs.python.org. ---------- nosy: +brett.cannon status: chatting -> resolved _______________________________________________________ PSF Meta Tracker _______________________________________________________ From metatracker at psf.upfronthosting.co.za Wed Dec 12 04:58:39 2018 From: metatracker at psf.upfronthosting.co.za (Eric Lindblad) Date: Wed, 12 Dec 2018 09:58:39 +0000 Subject: [Tracker-discuss] [issue584] Registration confirmation emails never arrive, tested with multiple email hosts Message-ID: <1544608719.27.0.788709270274.issue584@psf.upfronthosting.co.za> New submission from Eric Lindblad : Filling in the non-highlighted fields (Name, GitHub Name, Organisation, Homepage) the registration confirmation email arrives. https://bugs.python.org/user?@template=register ---------- nosy: +eric.lindblad _______________________________________________________ PSF Meta Tracker _______________________________________________________