[issue32022] Python problem - == RESTART: Shell =====

2017-11-14 Thread Shimon Malachi Cohen

Shimon Malachi Cohen  added the comment:

Here is another simple example - Simple? the game board ==> is small 
see attached PY file
run ==> doFind()

--
Added file: https://bugs.python.org/file47264/KAKURU.py

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32022] Python problem - == RESTART: Shell =====

2017-11-14 Thread Eric V. Smith

Eric V. Smith  added the comment:

That's too much code for me to run without analyzing it first. If I have time, 
I'll look at it.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32022] Python problem - == RESTART: Shell =====

2017-11-14 Thread Shimon Malachi Cohen

Shimon Malachi Cohen  added the comment:

Not really...
Did you see the "restart" ?

On Nov 14, 2017 2:38 PM, "Eric V. Smith"  wrote:

>
> Eric V. Smith  added the comment:
>
> Can you reproduce this with a much smaller example?
>
> --
> nosy: +eric.smith
>
> ___
> Python tracker 
> 
> ___
>

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32022] Python problem - == RESTART: Shell =====

2017-11-14 Thread Eric V. Smith

Eric V. Smith  added the comment:

Can you reproduce this with a much smaller example?

--
nosy: +eric.smith

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32022] Python problem - == RESTART: Shell =====

2017-11-14 Thread Shimon Malachi Cohen

New submission from Shimon Malachi Cohen :

Dear Friends,
It seems that I manage to find a problem with Python ... version 3.6.3
Attached is a PY file designed to solve a puzzle: see function makeGame1

To find a solution run: doFind() 
>>> doFind()

> counter: 11735841 rec depth: 2367
86792-719
72581-938
916-398--
--9378-97
3985-4859
27-2879--
--819-698
937-69782
812-78561
> counter: 29203691
>>> 

It takes a few seconds to come up with a solution (deep recursive exhaustive 
search)
if you switch between lines 109 <==> 110 then it restart Python !?!?!?!?! (see 
below)

>>> doFind()

=== RESTART: Shell ===
>>> 

Dr. Shimon Cohen 
shamo...@gmail.com

--
components: Interpreter Core
files: KAKURU.py
messages: 306190
nosy: shamon51
priority: normal
severity: normal
status: open
title: Python problem - == RESTART: Shell =
type: crash
versions: Python 3.6
Added file: https://bugs.python.org/file47263/KAKURU.py

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32022] Python problem - == RESTART: Shell =====

2017-11-14 Thread Shimon Malachi Cohen

Shimon Malachi Cohen  added the comment:

lines 209 <==> 210

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com