New submission from Vignesh :
Help me to recover this...
--
assignee: terry.reedy
components: IDLE
files: New Doc 2018-04-09.pdf
messages: 315107
nosy: Vignesh, terry.reedy
priority: normal
severity: normal
status: open
title: Overflow error
type: behavior
versions: Python 2.7
New submission from Vignesh :
I have a python script which runs a particular script large number of times
(for monte carlo purpose) and the way I have scripted it is that, I queue up
the script the desired number of times it should be run then I spawn threads
and each thread runs the script
New submission from Vignesh Rajendran :
https://github.com/jaraco/configparser/issues/55
Please check the Bug is raised also in Github,
Sections can be intended is specified in the documentation.
When I read the indented section, its throwing section not found an error in
python 3.8
as per
Change by Vignesh Rajendran :
--
components: +Library (Lib)
___
Python tracker
<https://bugs.python.org/issue41379>
___
___
Python-bugs-list mailing list
Unsub