Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add a NEWS entry.
  • Loading branch information
serhiy-storchaka committed Dec 9, 2022
commit 5da1f0b3def4c3123b4b5b977cf28bc13232bf94
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
All builtin types exposed in the :mod:`types` module now have attributes
``__module__``, ``__qualname__`` and ``__name__`` which allow to resolve
them in the corresponding module. As result, all these types (but not
neccessary their instances) are now pickleable.