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 Aaron.Staley
Recipients Aaron.Staley, amaury.forgeotdarc, neologix, pitrou
Date 2012-02-14.00:28:51
SpamBayes Score 9.2989643e-07
Marked as misclassified No
Message-id <1329179332.58.0.464996045355.issue13992@psf.upfronthosting.co.za>
In-reply-to
Content
I see no invalid read/write. Only warnings are some conditional jump depends on uninitialized value in pycrypto's libraries very early on though.

The link seems to be a different bug from mine.  I did test in python 2.6.7 and the crash still occurs.  (I also never get a segfault on my system with the link's test case - perhaps that only occurs in osx?)

To do the async exception, I use ctypes.pythonapi.PyThreadState_SetAsyncExc in python itself.  This is relatively rarely used however.
History
Date User Action Args
2012-02-14 00:28:52Aaron.Staleysetrecipients: + Aaron.Staley, amaury.forgeotdarc, pitrou, neologix
2012-02-14 00:28:52Aaron.Staleysetmessageid: <1329179332.58.0.464996045355.issue13992@psf.upfronthosting.co.za>
2012-02-14 00:28:52Aaron.Staleylinkissue13992 messages
2012-02-14 00:28:51Aaron.Staleycreate