Inada Naoki <songofaca...@gmail.com> added the comment:

> note the optimized .pyc is deterministic. As far as I know only __debug__ is 
> set to False, or is there something else different?

There is no difference between normal pyc and optimized pyc.

* frozenset is deterministic if PYTHONHASHSEED is set
* FLAG_REF is unstable. It is based on reference count but it is changed by 
various environment (environment variables, build path, order of py files, and 
any other thing using interned strings). bpo-30493 must be fixed.

----------
versions: +Python 3.10 -Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue29708>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to