[issue39338] Data lost randomly from dictionary after creating the dictionary

2020-01-14 Thread Y3Kv Bv


Y3Kv Bv  added the comment:

I'm a newbie at Python, also obviously not thinking hard enough over Python's 
mechanics. Shame on me.

--

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



[issue39338] Data lost randomly from dictionary after creating the dictionary

2020-01-14 Thread Y3Kv Bv


New submission from Y3Kv Bv :

Windows 7 x64, Python 3.8.1

I've encountered a very weird issue where after creating a dictionary from a 
list the dictionary ends up being shorter/data is lost from it.
It's absolutely random when it loses, how many and which items are lost.

I've attached the example file with the code that always has a chance to 
trigger the issue for me.

I've managed to figure only this much that when "if useAmp" never triggers, 
data loss will never occur. I've added checkpoints to verify where the loss 
occurs and it's not caused by "if useAmp" block directly, data loss happens 
exactly after the dictionary is created.

--
files: test.py
messages: 360007
nosy: Y3Kv Bv
priority: normal
severity: normal
status: open
title: Data lost randomly from dictionary after creating the dictionary
type: behavior
versions: Python 3.8
Added file: https://bugs.python.org/file48841/test.py

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



[issue38589] Bad target address assigned in Python Manuals shortcut on Python installation

2019-10-26 Thread Y3Kv Bv


Y3Kv Bv  added the comment:

Here you go.

--
Added file: https://bugs.python.org/file48679/Python 3.8.0 
(64-bit)_20191026201510_005_doc_AllUsers.log

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



[issue38589] Bad target address assigned in Python Manuals shortcut on Python installation

2019-10-25 Thread Y3Kv Bv


New submission from Y3Kv Bv :

Since Python 3.7 I'm getting broken shortcut to Python 3.x Manuals:
the installer doesn't seem to check for correct path to hh.exe; sets "C" as 
drive letter. (Yet path to python3xx.chm starts with correct drive letter.)

--
messages: 355369
nosy: Y3Kv Bv
priority: normal
severity: normal
status: open
title: Bad target address assigned in Python Manuals shortcut on Python 
installation
versions: Python 3.7, Python 3.8

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