FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.10] bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) by miss-islington · Pull Request #26766 · python/cpython · GitHub

/ cpython Public

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

Merged
pablogsal merged 1 commit into
python:3.10from
miss-islington:backport-00710e6-3.10
Jun 17, 2021
Merged

[3.10] bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)#26766
pablogsal merged 1 commit into
python:3.10from
miss-islington:backport-00710e6-3.10

Conversation

miss-islington commented Jun 17, 2021
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Contributor
  • 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>

Copy link
Copy Markdown
Contributor Author

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

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

Copy link
Copy Markdown
Contributor Author

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

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL