Rémi Lapeyre <remi.lape...@henki.fr> added the comment:

Hi @Anthony.Lee, the __module__ is wrong indeed. The new changeset in 
https://github.com/python/cpython/pull/11371 should implement what you need.

If you don't specify the new `module` and `qualname` parameters, 
make_dataclass() will try to determine the correct `module` so you should not 
need to change your code.

----------
nosy: +remi.lapeyre

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35232>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to