[Python-Dev] Python parallel benchmark (original) (raw)
Tom Pinckney thomaspinckney3 at gmail.com
Fri May 16 14:04:14 CEST 2008
- Previous message: [Python-Dev] Python parallel benchmark
- Next message: [Python-Dev] Python parallel benchmark
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Here's one example, albeit from a few years ago
http://aspn.activestate.com/ASPN/Mail/Message/numpy-discussion/1625465
But, I am a numpy novice and so no idea what it actually does in its
current form.
On May 16, 2008, at 4:17 AM, Hrvoje Nik?i? wrote:
On Thu, 2008-05-15 at 21:02 -0400, Tom Pinckney wrote:
I found some other references where people were expressing concern over numpy releasing the GIL due to the fact that other C extensions could call numpy and unexpectedly have the GIL released on them (or something like that). Could you please post links to those? I'm asking because AFAIK that concern doesn't really stand. Any (correct) code that releases the GIL is responsible for reacquiring it before calling any Python code, in fact before doing anything that might touch a Python object or its refcount.
Python-Dev mailing list Python-Dev at python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/thomaspinckney3%40gmail.com
- Previous message: [Python-Dev] Python parallel benchmark
- Next message: [Python-Dev] Python parallel benchmark
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]