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 Liran Ringel
Recipients Liran Ringel, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-12-31.17:51:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483206665.88.0.0421614971405.issue29124@psf.upfronthosting.co.za>
In-reply-to
Content
The patch fixes 3 bugs:
1. Include Python.h in frozen_dllmain.c - needed for Py_ARRAY_LENGTH symbol
2. DL_IMPORT is used in checkextensions_win32.py, but it's deprecated and not defined anymore. Replaced it with __declspec(dllimport)
3. Fix python lib path in winmakemakefile.py

There is one more thing left to do to make it work, but it already has an open issue:
http://bugs.python.org/issue28068
History
Date User Action Args
2016-12-31 17:51:05Liran Ringelsetrecipients: + Liran Ringel, paul.moore, tim.golden, zach.ware, steve.dower
2016-12-31 17:51:05Liran Ringelsetmessageid: <1483206665.88.0.0421614971405.issue29124@psf.upfronthosting.co.za>
2016-12-31 17:51:05Liran Ringellinkissue29124 messages
2016-12-31 17:51:05Liran Ringelcreate