Added SF Feature Request 121963: threads and IDLE don't mix.
This commit is contained in:
parent
204cf5b783
commit
655cf91b3a
|
@ -68,7 +68,7 @@ Core Language / Builtins
|
||||||
parser has a hard-coded limit on stack size. This limit should
|
parser has a hard-coded limit on stack size. This limit should
|
||||||
be raised or removed. Removal would be hard because the
|
be raised or removed. Removal would be hard because the
|
||||||
current compiler can overflow the C stack if the nesting is too
|
current compiler can overflow the C stack if the nesting is too
|
||||||
deep.
|
deep.
|
||||||
|
|
||||||
http://sourceforge.net/bugs/?func=detailbug&bug_id=115555&group_id=5470
|
http://sourceforge.net/bugs/?func=detailbug&bug_id=115555&group_id=5470
|
||||||
|
|
||||||
|
@ -183,7 +183,7 @@ Standard Library
|
||||||
http://sourceforge.net/bugs/?func=detailbug&bug_id=119806&group_id=5470
|
http://sourceforge.net/bugs/?func=detailbug&bug_id=119806&group_id=5470
|
||||||
|
|
||||||
- urllib should support proxy definitions that contain just the
|
- urllib should support proxy definitions that contain just the
|
||||||
host and port
|
host and port
|
||||||
|
|
||||||
http://sourceforge.net/bugs/?func=detailbug&bug_id=110849&group_id=5470
|
http://sourceforge.net/bugs/?func=detailbug&bug_id=110849&group_id=5470
|
||||||
|
|
||||||
|
@ -237,6 +237,10 @@ Tools
|
||||||
|
|
||||||
http://sourceforge.net/bugs/?func=detailbug&bug_id=110659&group_id=5470
|
http://sourceforge.net/bugs/?func=detailbug&bug_id=110659&group_id=5470
|
||||||
|
|
||||||
|
- IDLE has deep problems running threaded programs. Re-architect.
|
||||||
|
|
||||||
|
http://sourceforge.net/bugs/?func=detailbug&bug_id=121963&group_id=5470
|
||||||
|
|
||||||
|
|
||||||
Building and Installing
|
Building and Installing
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue