Message75966
Two comments about the patch:
- typo in a comment: "...change chat a signal..."
- PyThread_acquire_lock should not be called with a NULL lock: on win32
this does not matter (there is a test in thread_nt.h), but Unix
segfaults in thread_pthread.h if you hit Ctrl-C. |
|
| Date |
User |
Action |
Args |
| 2008-11-17 15:54:36 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, kristjan.jonsson, christian.heimes |
| 2008-11-17 15:54:36 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2008-11-17 15:54:35 | amaury.forgeotdarc | link | issue4293 messages |
| 2008-11-17 15:54:34 | amaury.forgeotdarc | create | |
|