[issue26202] The range() object is deepcopied as atomic

Serhiy Storchaka report at bugs.python.org
Thu May 28 04:15:50 EDT 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

This change has been reverted in issue40792. The range object attributes has now exact type int, so the original issue with deep copying is gone.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue26202>
_______________________________________


More information about the Python-bugs-list mailing list