Skip to content

[3.10] bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) #26766

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 17, 2021

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 [email protected]

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 <[email protected]>
@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