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 ocean-city
Recipients brian.curtin, loewis, ocean-city, pitrou, tim.golden
Date 2010-09-23.13:48:05
SpamBayes Score 0.00010073356
Marked as misclassified No
Message-id <1285249687.57.0.751555772813.issue9552@psf.upfronthosting.co.za>
In-reply-to
Content
Hello. Probably I found the better solution for this issue.

* build_ssl.py always runs before _ssl.vcproj or _hashlib.vcproj
  is built. (If entire solution is built, run only onece)

* When OpenSSL sources are modified, because build_ssl.py always runs,
  correctly OpenSSL are rebuilt.

* Module/_ssl.c or Module/_hashlib.c are rebuilt if they or
  include files refereed by them are not modified.

Can you try this? (Only Debug|Win32 and Release|Win32 are implemented)
History
Date User Action Args
2010-09-23 13:48:07ocean-citysetrecipients: + ocean-city, loewis, pitrou, tim.golden, brian.curtin
2010-09-23 13:48:07ocean-citysetmessageid: <1285249687.57.0.751555772813.issue9552@psf.upfronthosting.co.za>
2010-09-23 13:48:06ocean-citylinkissue9552 messages
2010-09-23 13:48:05ocean-citycreate