This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author shamon51
Recipients shamon51
Date 2017-11-14.09:02:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510650161.13.0.213398074469.issue32022@psf.upfronthosting.co.za>
In-reply-to
Content
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@gmail.com
History
Date User Action Args
2017-11-14 09:02:41shamon51setrecipients: + shamon51
2017-11-14 09:02:41shamon51setmessageid: <1510650161.13.0.213398074469.issue32022@psf.upfronthosting.co.za>
2017-11-14 09:02:41shamon51linkissue32022 messages
2017-11-14 09:02:40shamon51create