[New-bugs-announce] [issue32022] Python problem - == RESTART: Shell =====

Shimon Malachi Cohen report at bugs.python.org
Tue Nov 14 04:02:41 EST 2017


New submission from Shimon Malachi Cohen <shamon51 at gmail.com>:

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 
shamon51 at 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 <report at bugs.python.org>
<https://bugs.python.org/issue32022>
_______________________________________


More information about the New-bugs-announce mailing list