[issue20166] window x64 c-extensions not works on python3.4.0b2

2014-02-02 Thread Jeremy Kloth
Jeremy Kloth added the comment: Issue #16779 has a patch that suppresses the warning for 64-bit builds that would also "fix" #9709. -- nosy: +jkloth ___ Python tracker ___ _

[issue20166] window x64 c-extensions not works on python3.4.0b2

2014-01-28 Thread Stefan Krah
Stefan Krah added the comment: Thanks, that seems to be the best course of action. Fixed in 69827c2ab9d0. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> test_distutils warning: initfunc exported twice on Windows type: -> compile error ___

[issue20166] window x64 c-extensions not works on python3.4.0b2

2014-01-28 Thread Martin v . Löwis
Martin v. Löwis added the comment: I think the change should be reverted, and the original issue closed as "won't fix". Alternatively, to fix the original issue, the specific linker warning could be suppressed. -- ___ Python tracker

[issue20166] window x64 c-extensions not works on python3.4.0b2

2014-01-28 Thread Stefan Krah
Stefan Krah added the comment: Ping. The blocker seems to have passed beta3. :) -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue20166] window x64 c-extensions not works on python3.4.0b2

2014-01-08 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +giampaolo.rodola ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue20166] window x64 c-extensions not works on python3.4.0b2

2014-01-07 Thread Stefan Krah
Stefan Krah added the comment: Thanks for the report! -- That's due to the commit in #9709. PyMODINIT_FUNC is more than ten years old, so I hoped people would be using by now. On the other hand that's serious breakage. Martin, would you have time to make a call on whether to revert the change?

[issue20166] window x64 c-extensions not works on python3.4.0b2

2014-01-07 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +brian.curtin, tim.golden ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20166] window x64 c-extensions not works on python3.4.0b2

2014-01-07 Thread jarod
New submission from jarod: After installing python3.4.0b2.amd64 and rebuild modules, most of them stoped works. List of modules is [psutil, ujson]. Exception occurs on importing module: import error: dynamic module does not define init function PyInit_ and I found solution (workaround) - need