Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/isida/3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <D:\Portable\TheBat\Data\Mail>2013-09-25 17:04:58 +0400
committerunknown <D:\Portable\TheBat\Data\Mail>2013-09-25 17:04:58 +0400
commit8edba8dba1b0884b79f75c43af85473196ec977e (patch)
tree025393b70c442d4a0c3d3936e38a75dccbe01a3f
parent75309387abad04208bdeea317174d16ed13cba14 (diff)
del: thread stack size
-rw-r--r--kernel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel.py b/kernel.py
index 73c5839..10a632d 100644
--- a/kernel.py
+++ b/kernel.py
@@ -1722,8 +1722,8 @@ if base_type in ['mysql','sqlite3']:
if thread_type:
import threading
sema = threading.BoundedSemaphore(value=30)
- try: threading.stack_size(65536)
- except ValueError: pass
+ #try: threading.stack_size(65536)
+ #except ValueError: pass
class KThread(threading.Thread):
def __init__(self, *args, **keywords):