Christoph Gohlke <cgoh...@uci.edu> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7833>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to