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 tcaswell
Recipients pablogsal, scoder, serhiy.storchaka, tcaswell, vstinner
Date 2019-06-15.03:43:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
The fix for 
https://bugs.python.org/issue37213 in 3498c642f4e83f3d8e2214654c0fa8e0d51cebe5 (https://github.com/python/cpython/pull/13969) seems to break building numpy (master) with cython (master) due to a pickle failure.

The traceback (which is mostly in the cython source) is in an attachment.

I bisected it back to this commit and tested that reverting this commit fixes the numpy build.
History
Date User Action Args
2019-06-15 03:43:32tcaswellsetrecipients: + tcaswell, scoder, vstinner, serhiy.storchaka, pablogsal
2019-06-15 03:43:32tcaswellsetmessageid: <[email protected]>
2019-06-15 03:43:32tcaswelllinkissue37289 messages
2019-06-15 03:43:31tcaswellcreate