Re: [Python-Dev] Python signal processing question

2010-07-19 Thread Michael Crute
On Mon, Jul 19, 2010 at 12:11 PM, Scott McCarty wrote: > All, I have searched everywhere (mostly the code and a little google) and I > cannot understand where the SIGKILL signal gets checked when it is set as a > handler. I have scoured the Modules/signalmodule.c only to find two > instances of th

Re: [Python-Dev] PEP 3147: PYC Repository Directories

2010-01-31 Thread Michael Crute
On Sun, Jan 31, 2010 at 5:00 AM, "Martin v. Löwis" wrote: >> Agreed this should be discussed in the PEP, but one obvious problem is >> the speed impact. Picking up a file from a subdirectory is going to >> introduce less overhead than unpacking it from a zipfile. > > There is also the issue of rac