On Thu, 30 Jul 2020 at 12:57, Vinay Sharma via Python-ideas < [email protected]> wrote:
> Python has support for atomic types, I guess: > Atomic Int: > https://github.com/python/cpython/blob/master/Include/internal/pycore_atomic.h#L80 > Atomic Store: > https://github.com/python/cpython/blob/master/Include/internal/pycore_atomic.h#L94 > > You could also use immutables: https://nextjournal.com/schmudde/adventures-in-immutable-python
_______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/URLHX7IEK6NRCUCN3K647JTDCIRK5ZAT/ Code of Conduct: http://python.org/psf/codeofconduct/
