Kaydet (Commit) 3e245d80 authored tarafından Michael W. Hudson's avatar Michael W. Hudson

Add item pertaining to

[ 680429 ] __module__ broken for extension classes
üst 3f50cdc0
......@@ -1973,6 +1973,15 @@ structure.
removing any dependence on a system version or local installation of
Expat.
\item If you dynamically allocate type objects in your extension, you
should be aware of a change in the rules rules relating to the
\member{__module__} and \member{__name__} attributes. In summary,
you will want to ensure the type's dictionary contains a
\code{'__module__'} key; making the module name the part of the type
name leading up to the final period will no longer have the desired
effect. For more detail, read the API reference documentation or the
source.
\end{itemize}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment