[Python-checkins] r59913 - python/trunk/PCbuild/_sqlite3.vcproj

"Martin v. Löwis" martin at v.loewis.de
Sat Jan 12 18:11:29 CET 2008


>>> Yes, but I'm no longer sure whether sqlite3.dll should be compiled in
>>> debug mode for a Python debug build at all.
>> I don't think it should.
> 
> Why so? full debug mode is sometimes useful, especially for modules
> that may call back into the Python interpreter.

If somebody wants to debug sqlite - sure. However, for the build
process, it *should* be simpler to have only one build mode (assuming
we know that mixing CRTs would actually work in that case).

Regards,
Martin



More information about the Python-checkins mailing list