[issue38973] Shared Memory List Returns 0 Length

2020-01-09 Thread Derek Frombach
Derek Frombach added the comment: Documentation on Global Descriptor Lock needs re-writing. Found documentation in version 2, much more helpful. -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/i

[issue38973] Shared Memory List Returns 0 Length

2020-01-04 Thread Derek Frombach
Change by Derek Frombach : Removed file: https://bugs.python.org/file48757/20191203_194951.jpg ___ Python tracker <https://bugs.python.org/issue38973> ___ ___ Python-bug

[issue38973] Shared Memory List Returns 0 Length

2019-12-04 Thread Derek Frombach
New submission from Derek Frombach : When accessing Shared Memory Lists, occasionally the shared memory list will have a length of zero for only one line of code. Even know the length of the list is constant and greater than zero, when accessing this list, like say sml[0], python returns a