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 mhammond
Recipients christian.heimes, craigh, ggenellina, johnshue, loewis, mhammond
Date 2009-01-02.11:10:51
SpamBayes Score 1.3509106e-06
Marked as misclassified No
Message-id <1230894653.46.0.461657848617.issue4566@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a new patch with some typos in the comments corrected.  While
I'm here, I also meant to mention (again!):

* No need to remove the the assembly from the sxs cache - the test
"fails correctly" with VS2009 installed.  FWIW, I compiled test.c from
the command line with:
  % cl /I {pypath}\include /I {pypath}\PC /DDEBUG /D_DEBUG /MTd test.c
/LINK {pypath}\pcbuild\python26_d.lib

* It appears the sxscache and the "gac" are indeed different things,
although at least one MS page refers to the sxscache as the "native
assembly cache" <wink/sigh>
History
Date User Action Args
2009-01-02 11:10:53mhammondsetrecipients: + mhammond, loewis, ggenellina, christian.heimes, craigh, johnshue
2009-01-02 11:10:53mhammondsetmessageid: <1230894653.46.0.461657848617.issue4566@psf.upfronthosting.co.za>
2009-01-02 11:10:52mhammondlinkissue4566 messages
2009-01-02 11:10:52mhammondcreate