RE: Compiling svn + httpd for windows python 2.x
From: Cooke, Mark <mark.cooke_at_siemens.com>
Date: Wed, 22 Jun 2016 12:01:12 +0000
> -----Original Message-----
I cannot remember specific references now but when I looked into this before it is because the official 2.x line is compiled using VC9. When memory is passed between applications relying on different version of the CRT then you can end up with hard to diagnose memory corruptions that eventually cause problems.
Digging a bit I found this thread [1] that highlights a similar CRT issue in python modules such as psycopg2 (which I use for PostGreSQL) that use the CRT internally...
[1] https://groups.google.com/forum/#!topic/modwsgi/ATtKX6qWLXc
If you can guarantee to me that isn't going to happen then it would make my life easier!
~ Mark C
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.