Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #4191 > unrolled thread

Re: Aborting Python from C code

Started byMiki Tebeka <miki.tebeka@gmail.com>
First post2011-04-30 01:08 -0700
Last post2011-04-30 01:08 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Re: Aborting Python from C code Miki Tebeka <miki.tebeka@gmail.com> - 2011-04-30 01:08 -0700

#4191 — Re: Aborting Python from C code

FromMiki Tebeka <miki.tebeka@gmail.com>
Date2011-04-30 01:08 -0700
SubjectRe: Aborting Python from C code
Message-ID<mailman.1014.1304150914.9059.python-list@python.org>
> In our sandboxed Python environment, I would like to be able to
> trigger an abort of the currently-running Python script (from a signal
> handler or another thread).
There's os.abort

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web