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 cgohlke
Recipients cgohlke, koen, loewis, mhammond, tarek, techtonik
Date 2011-02-27.05:00:41
SpamBayes Score 0.00010308804
Marked as misclassified No
Message-id <1298782842.59.0.756719222292.issue7833@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed patch was meant to be backwards compatible. Unconditionally removing the whole assembly/manifest from extensions could break extensions that have additional dependencies, such as MFC or Common Controls. PyQt4 extensions for example depend on Common Controls. 

Btw, there is a discussion at <http://psycopg.lighthouseapp.com/projects/62710/tickets/20> and <http://groups.google.com/group/modwsgi/browse_thread/thread/137f88ac6927df59> about the need to put the msvcr90 manifest back into the psycopg.pyd file in order to work properly under Apache's mod_wsgi, which is linked against msvcrt.
History
Date User Action Args
2011-02-27 05:00:42cgohlkesetrecipients: + cgohlke, loewis, mhammond, techtonik, koen, tarek
2011-02-27 05:00:42cgohlkesetmessageid: <1298782842.59.0.756719222292.issue7833@psf.upfronthosting.co.za>
2011-02-27 05:00:41cgohlkelinkissue7833 messages
2011-02-27 05:00:41cgohlkecreate