This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Tim.Graham
Recipients Tim.Graham, rhettinger, scoder, serhiy.storchaka, skrah, vstinner
Date 2017-07-12.15:41:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499874089.52.0.274087131386.issue29464@psf.upfronthosting.co.za>
In-reply-to
Content
Hi, I observed an error while trying to install numpy after 6969eaf4682beb01bc95eeb14f5ce6c01312e297.

gcc: numpy/random/mtrand/mtrand.c
    numpy/random/mtrand/mtrand.c: In function ‘__Pyx_PyCFunction_FastCall’:
    numpy/random/mtrand/mtrand.c:44374:5: error: too many arguments to function ‘(struct PyObject * (*)(struct PyObject *, struct PyObject **, Py_ssize_t))meth’
         return (*((__Pyx_PyCFunctionFast)meth)) (self, args, nargs, NULL);
         ^

Is this a bug in Python or does it need to be fixed in numpy?
History
Date User Action Args
2017-07-12 15:41:29Tim.Grahamsetrecipients: + Tim.Graham, rhettinger, scoder, vstinner, skrah, serhiy.storchaka
2017-07-12 15:41:29Tim.Grahamsetmessageid: <1499874089.52.0.274087131386.issue29464@psf.upfronthosting.co.za>
2017-07-12 15:41:29Tim.Grahamlinkissue29464 messages
2017-07-12 15:41:29Tim.Grahamcreate