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 kumba
Recipients Drekin, abarry, eryksun, kumba, tim.golden, troyhirni, vstinner
Date 2018-08-13.06:21:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534141278.09.0.56676864532.issue18597@psf.upfronthosting.co.za>
In-reply-to
Content
I was able to modify eryksun's patch for Python-2.7.15, at least the bulk of it.  It looks like the '_PyOS_SigintEvent' function is new to the 3.x branch, and despite it being a fairly simple function, it's used in a few core Python modules.  So I'm not sure the difficulty of adding it for Python-2.7.  Is there an alternative function available in the 2.7 code that I can replace it with?

I also don't have a clue how anyone even builds Python-2.7 on Windows, because getting the required tools properly installed borders on the arcane (esp VS2008 tools).  So testing it might be a bit difficult.  Is there a cheat sheet somewhere?
History
Date User Action Args
2018-08-13 06:21:18kumbasetrecipients: + kumba, vstinner, tim.golden, eryksun, Drekin, abarry, troyhirni
2018-08-13 06:21:18kumbasetmessageid: <1534141278.09.0.56676864532.issue18597@psf.upfronthosting.co.za>
2018-08-13 06:21:18kumbalinkissue18597 messages
2018-08-13 06:21:17kumbacreate