Skip to content

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 17, 2021

  • Make functools types immutable

  • Multibyte codec types are now immutable

  • pyexpat.xmlparser is now immutable

  • array.arrayiterator is now immutable

  • _thread types are now immutable

  • _csv types are now immutable

  • _queue.SimpleQueue is now immutable

  • mmap.mmap is now immutable

  • unicodedata.UCD is now immutable

  • sqlite3 types are now immutable

  • _lsprof.Profiler is now immutable

  • _overlapped.Overlapped is now immutable

  • _operator types are now immutable

  • winapi__overlapped.Overlapped is now immutable

  • _lzma types are now immutable

  • _bz2 types are now immutable

  • _dbm.dbm and _gdbm.gdbm are now immutable
    (cherry picked from commit 00710e6)

Co-authored-by: Erlend Egeberg Aasland erlend.aasland@innova.no

https://bugs.python.org/issue43908

…honGH-26351)

* Make functools types immutable

* Multibyte codec types are now immutable

* pyexpat.xmlparser is now immutable

* array.arrayiterator is now immutable

* _thread types are now immutable

* _csv types are now immutable

* _queue.SimpleQueue is now immutable

* mmap.mmap is now immutable

* unicodedata.UCD is now immutable

* sqlite3 types are now immutable

* _lsprof.Profiler is now immutable

* _overlapped.Overlapped is now immutable

* _operator types are now immutable

* winapi__overlapped.Overlapped is now immutable

* _lzma types are now immutable

* _bz2 types are now immutable

* _dbm.dbm and _gdbm.gdbm are now immutable
(cherry picked from commit 00710e6)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
@miss-islington
Copy link
Contributor Author

@erlend-aasland and @pablogsal: Status check is done, and it's a success ✅ .

@pablogsal pablogsal merged commit 7297d74 into python:3.10 Jun 17, 2021
@miss-islington miss-islington deleted the backport-00710e6-3.10 branch June 17, 2021 10:19
@miss-islington
Copy link
Contributor Author

@erlend-aasland and @pablogsal: Status check is done, and it's a success ✅ .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants