Consider this code:
def foo():
. x = e32.ao_callgate(lambda x: None)
. thread.start_new_thread(x, ())
This will cause Kern-Exec 3. However, following does work:
x = e32.ao_callgate(lambda x: None)
def foo():
thread.start_new_thread(x, ())
I assume this is caused by forgetting to add ref count?
Jukka Laurila
e32
None
Public
|
Date: 2007-06-12 17:35
|
| Field | Old Value | Date | By |
|---|---|---|---|
| close_date | - | 2007-06-13 12:14 | jplauril |
| status_id | Open | 2007-06-13 12:14 | jplauril |
| assigned_to | vbartoni | 2007-06-12 17:35 | jplauril |
| resolution_id | None | 2007-06-12 17:35 | jplauril |
| assigned_to | nobody | 2007-02-19 16:26 | jplauril |
| assigned_to | janimr | 2007-02-09 09:08 | jplauril |
| assigned_to | nobody | 2007-02-09 09:08 | jplauril |
| category_id | None | 2007-02-09 09:08 | jplauril |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use