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


Groups > comp.lang.python > #4191

Re: Aborting Python from C code

Newsgroups comp.lang.python
Date 2011-04-30 01:08 -0700
Subject Re: Aborting Python from C code
From Miki Tebeka <miki.tebeka@gmail.com>
Message-ID <mailman.1014.1304150914.9059.python-list@python.org> (permalink)

Show all headers | View raw


> 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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web