Joshua Kinard <ku...@gentoo.org> added the comment:

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?

----------
nosy: +kumba

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue18597>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to